#B12125

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

Shades of Cardinal #B12125

Tints of Cardinal #B12125

Color information

#B12125 (or 0xB12125) is unknown color: approx Cardinal. HEX triplet: B1, 21 and 25. RGB value is (177,33,37). Sum of RGB (Red+Green+Blue) = 177+33+37=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B12125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12125 is #4EDEDA. Grayscale: #4C4C4C. Windows color (decimal): -5168859 or 2433457. OLE color: 2433457.

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

Color convert

RGB1773337-
CMYK00.810.790.31
HSL358.33º68.57%41.18%-
HSV(B)358.33º81.36%69.41%-
XYZ19.0110.572.79-
YUV76.51105.71199.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.66%
GREEN value IS 33 (13.28% from 255) = 13.36%
BLUE value IS 37 (14.84% from 255) = 14.98%
R=71.66%
G=13.36%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177333700.810.790.31358.3368.5741.18
HexB121250514F1F1664529
Octal261414501211173754610551
Binary10110001100001100101010100011001111111111011001101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12125; }

 p { color: rgb(177,33,37); }

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

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

 a { background-color: rgb(177,33,37); }

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

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

 span { border-color: rgb(177,33,37); }

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