#B61633

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

Shades of Cardinal #B61633

Tints of Cardinal #B61633

Color information

#B61633 (or 0xB61633) is unknown color: approx Cardinal. HEX triplet: B6, 16 and 33. RGB value is (182,22,51). Sum of RGB (Red+Green+Blue) = 182+22+51=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B61633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61633 is #49E9CC. Grayscale: #494949. Windows color (decimal): -4843981 or 3348150. OLE color: 3348150.

HSL color Cylindrical-coordinate representation of color #B61633: hue angle of 349.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61633 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB1822251-
CMYK00.880.720.29
HSL349.12º78.43%40%-
HSV(B)349.12º87.91%71.37%-
XYZ20.1810.764.15-
YUV73.15115.51205.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.37%
GREEN value IS 22 (8.98% from 255) = 8.63%
BLUE value IS 51 (20.31% from 255) = 20%
R=71.37%
G=8.63%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182225100.880.720.29349.1278.4340
HexB61633058481D15d4e28
Octal266266301301103553511650
Binary1011011010110110011010110001001000111011010111011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61633; }

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

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

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

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

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

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

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

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