#B61F36

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

Shades of Cardinal #B61F36

Tints of Cardinal #B61F36

Color information

#B61F36 (or 0xB61F36) is unknown color: approx Cardinal. HEX triplet: B6, 1F and 36. RGB value is (182,31,54). Sum of RGB (Red+Green+Blue) = 182+31+54=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61F36 is #49E0C9. Grayscale: #4E4E4E. Windows color (decimal): -4841674 or 3547062. OLE color: 3547062.

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

Color convert

RGB1823154-
CMYK00.830.700.29
HSL350.86º70.89%41.76%-
HSV(B)350.86º82.97%71.37%-
XYZ20.4511.194.57-
YUV78.77114.03201.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.16%
GREEN value IS 31 (12.5% from 255) = 11.61%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=68.16%
G=11.61%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182315400.830.700.29350.8670.8941.76
HexB61F36053461D15f472a
Octal266376601231063553710752
Binary1011011011111110110010100111000110111011010111111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61F36; }

 p { color: rgb(182,31,54); }

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

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

 a { background-color: rgb(182,31,54); }

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

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

 span { border-color: rgb(182,31,54); }

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