#B61629

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

Shades of Cardinal #B61629

Tints of Cardinal #B61629

Color information

#B61629 (or 0xB61629) is unknown color: approx Cardinal. HEX triplet: B6, 16 and 29. RGB value is (182,22,41). Sum of RGB (Red+Green+Blue) = 182+22+41=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B61629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61629 is #49E9D6. Grayscale: #484848. Windows color (decimal): -4843991 or 2692790. OLE color: 2692790.

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

Color convert

RGB1822241-
CMYK00.880.770.29
HSL352.88º78.43%40%-
HSV(B)352.88º87.91%71.37%-
XYZ19.9810.683.11-
YUV72.01110.51206.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 74.29%
GREEN value IS 22 (8.98% from 255) = 8.98%
BLUE value IS 41 (16.41% from 255) = 16.73%
R=74.29%
G=8.98%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182224100.880.770.29352.8878.4340
HexB616290584D1D1614e28
Octal266265101301153554111650
Binary1011011010110101001010110001001101111011011000011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61629; }

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

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

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

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

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

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

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

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