#B61634

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

Shades of Cardinal #B61634

Tints of Cardinal #B61634

Color information

#B61634 (or 0xB61634) is unknown color: approx Cardinal. HEX triplet: B6, 16 and 34. RGB value is (182,22,52). Sum of RGB (Red+Green+Blue) = 182+22+52=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B61634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61634 is #49E9CB. Grayscale: #494949. Windows color (decimal): -4843980 or 3413686. OLE color: 3413686.

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

Color convert

RGB1822252-
CMYK00.880.710.29
HSL348.75º78.43%40%-
HSV(B)348.75º87.91%71.37%-
XYZ20.210.774.26-
YUV73.26116.01205.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.09%
GREEN value IS 22 (8.98% from 255) = 8.59%
BLUE value IS 52 (20.70% from 255) = 20.31%
R=71.09%
G=8.59%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182225200.880.710.29348.7578.4340
HexB61634058471D15d4e28
Octal266266401301073553511650
Binary1011011010110110100010110001000111111011010111011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61634; }

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

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

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

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

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

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

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

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