Html Css Color HEX #B12427 Cardinal

📋 copy color: '#B12427'

red 177 ◦ green 36 ◦ blue 39

#B12427
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B12427

Tints of Cardinal #B12427

RGB

 RED value IS 177 (69.53% from 255) = 70.24%

 GREEN value IS 36 (14.45% from 255) = 14.29%

 BLUE value IS 39 (15.63% from 255) = 15.48%

R = 70.24%
G = 14.29%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B12427 (or 0xB12427) is known color: Cardinal. HEX triplet: B1, 24 and 27. RGB value is (177,36,39). Sum of RGB (Red+Green+Blue) = 177+36+39=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B12427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12427 is #4EDBD8. Grayscale: #4E4E4E. Windows color (decimal): -5168089 or 2565297. OLE color: 2565297.

HSL color Cylindrical-coordinate representation of color #B12427: hue angle of 358.72º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12427 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 39 -
CMYK 0 0.80 0.78 0.31
HSL 358.72º 0.66% 0.42% -
HSV(B) 358.72º 0.8% 0.69% -
XYZ 19.13 10.76 2.99 -
YUV 78.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 177 36 39 0 0.80 0.78 0.31 358.72 0.66 0.42
Hex B1 24 27 0 50 4E 1F 167 42 2A
Octal 261 44 47 0 120 116 37 547 102 52
Binary 10110001 100100 100111 0 1010000 1001110 11111 101100111 1000010 101010

Color Harmonies of #B12427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12427

Black with #B12427

Text Example


Text Example

White with #B12427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12427; }

 p { color: rgb(177,36,39); }

 H1.HeaderClassName
 {
   color: #B12427;
 }
 .AnyTagClassName
 {
   color: #B12427;
 }
</style>

background-color css

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

 a { background-color: rgb(177,36,39); }

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

border-color css

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

 span { border-color: rgb(177,36,39); }

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