#B61D41

Color #B61D41 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B61D41

Tints of Cardinal #B61D41

Color information

#B61D41 (or 0xB61D41) is unknown color: approx Cardinal. HEX triplet: B6, 1D and 41. RGB value is (182,29,65). Sum of RGB (Red+Green+Blue) = 182+29+65=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61D41 is #49E2BE. Grayscale: #4E4E4E. Windows color (decimal): -4842175 or 4267446. OLE color: 4267446.

HSL color Cylindrical-coordinate representation of color #B61D41: hue angle of 345.88º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61D41 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB1822965-
CMYK00.840.640.29
HSL345.88º72.51%41.37%-
HSV(B)345.88º84.07%71.37%-
XYZ20.6811.216.07-
YUV78.85120.19201.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 65.94%
GREEN value IS 29 (11.72% from 255) = 10.51%
BLUE value IS 65 (25.78% from 255) = 23.55%
R=65.94%
G=10.51%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182296500.840.640.29345.8872.5141.37
HexB61D41054401D15a4929
Octal2663510101241003553211151
Binary10110110111011000001010101001000000111011010110101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61D41; }

 p { color: rgb(182,29,65); }

 H1.HeaderClassName
 {
   color: #B61D41;
 }
 .AnyTagClassName
 {
   color: #B61D41;
 }
</style>
background-color css

<style>
 a { background-color: #B61D41; }

 a { background-color: rgb(182,29,65); }

 div.DivClassName
 {
   background-color: #B61D41;
 }
 .BgClassName
 {
   background-color: #B61D41;
 }
</style>
border-color css

<style>
 span { border-color: #B61D41; }

 span { border-color: rgb(182,29,65); }

 td.TdClassName
 {
   border-color: #B61D41;
 }
 .TagClassName
 {
   border-color: #B61D41;
 }
</style>