Html Css Color HEX #B4122C Cardinal

📋 copy color: '#B4122C'

red 180 ◦ green 18 ◦ blue 44

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

Shades of Cardinal #B4122C

Tints of Cardinal #B4122C

RGB

 RED value IS 180 (70.7% from 255) = 74.38%

 GREEN value IS 18 (7.42% from 255) = 7.44%

 BLUE value IS 44 (17.58% from 255) = 18.18%

R = 74.38%
G = 7.44%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4122C (or 0xB4122C) is known color: Cardinal. HEX triplet: B4, 12 and 2C. RGB value is (180,18,44). Sum of RGB (Red+Green+Blue) = 180+18+44=242 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.38% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 180 - color contains mainly: red. Hex color #B4122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4122C is #4BEDD3. Grayscale: #454545. Windows color (decimal): -4976084 or 2888372. OLE color: 2888372.

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

Color convert

RGB 180 18 44 -
CMYK 0 0.9 0.76 0.29
HSL 350.37º 0.82% 0.39% -
HSV(B) 350.37º 0.9% 0.71% -
XYZ 19.49 10.32 3.35 -
YUV 69.4 113.67 206.89 -
System Red Green Blue C M Y K H S L
Decimal 180 18 44 0 0.9 0.76 0.29 350.37 0.82 0.39
Hex B4 12 2C 0 5A 4C 1D 15E 52 27
Octal 264 22 54 0 132 114 35 536 122 47
Binary 10110100 10010 101100 0 1011010 1001100 11101 101011110 1010010 100111

Color Harmonies of #B4122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4122C

Black with #B4122C

Text Example


Text Example

White with #B4122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4122C; }

 p { color: rgb(180,18,44); }

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

background-color css

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

 a { background-color: rgb(180,18,44); }

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

border-color css

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

 span { border-color: rgb(180,18,44); }

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