#B12038

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

Shades of Cardinal #B12038

Tints of Cardinal #B12038

Color information

#B12038 (or 0xB12038) is unknown color: approx Cardinal. HEX triplet: B1, 20 and 38. RGB value is (177,32,56). Sum of RGB (Red+Green+Blue) = 177+32+56=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B12038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12038 is #4EDFC7. Grayscale: #4E4E4E. Windows color (decimal): -5169096 or 3678385. OLE color: 3678385.

HSL color Cylindrical-coordinate representation of color #B12038: hue angle of 350.07º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12038 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1773256-
CMYK00.820.680.31
HSL350.07º69.38%40.98%-
HSV(B)350.07º81.92%69.41%-
XYZ19.3610.674.78-
YUV78.09115.54198.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.79%
GREEN value IS 32 (12.89% from 255) = 12.08%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=66.79%
G=12.08%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177325600.820.680.31350.0769.3840.98
HexB12038052441F15e4529
Octal261407001221043753610551
Binary10110001100000111000010100101000100111111010111101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12038; }

 p { color: rgb(177,32,56); }

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

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

 a { background-color: rgb(177,32,56); }

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

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

 span { border-color: rgb(177,32,56); }

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