#B61D33

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

Shades of Cardinal #B61D33

Tints of Cardinal #B61D33

Color information

#B61D33 (or 0xB61D33) is unknown color: approx Cardinal. HEX triplet: B6, 1D and 33. RGB value is (182,29,51). Sum of RGB (Red+Green+Blue) = 182+29+51=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61D33 is #49E2CC. Grayscale: #4D4D4D. Windows color (decimal): -4842189 or 3349942. OLE color: 3349942.

HSL color Cylindrical-coordinate representation of color #B61D33: hue angle of 351.37º 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 #B61D33 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB1822951-
CMYK00.840.720.29
HSL351.37º72.51%41.37%-
HSV(B)351.37º84.07%71.37%-
XYZ20.3311.064.2-
YUV77.26113.19202.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 69.47%
GREEN value IS 29 (11.72% from 255) = 11.07%
BLUE value IS 51 (20.31% from 255) = 19.47%
R=69.47%
G=11.07%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182295100.840.720.29351.3772.5141.37
HexB61D33054481D15f4929
Octal266356301241103553711151
Binary1011011011101110011010101001001000111011010111111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61D33; }

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

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

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

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

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

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

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

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