#B61037

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

Shades of Cardinal #B61037

Tints of Cardinal #B61037

Color information

#B61037 (or 0xB61037) is unknown color: approx Cardinal. HEX triplet: B6, 10 and 37. RGB value is (182,16,55). Sum of RGB (Red+Green+Blue) = 182+16+55=253 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.94% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 182 - color contains mainly: red. Hex color #B61037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61037 is #49EFC8. Grayscale: #464646. Windows color (decimal): -4845513 or 3608758. OLE color: 3608758.

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

Color convert

RGB1821655-
CMYK00.910.700.29
HSL345.9º83.84%38.82%-
HSV(B)345.9º91.21%71.37%-
XYZ20.1710.594.6-
YUV70.08119.5207.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.94%
GREEN value IS 16 (6.64% from 255) = 6.32%
BLUE value IS 55 (21.88% from 255) = 21.74%
R=71.94%
G=6.32%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182165500.910.700.29345.983.8438.82
HexB6103705B461D15a5427
Octal266206701331063553212447
Binary1011011010000110111010110111000110111011010110101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61037; }

 p { color: rgb(182,16,55); }

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

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

 a { background-color: rgb(182,16,55); }

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

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

 span { border-color: rgb(182,16,55); }

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