Html Css Color HEX #B4122A Cardinal

📋 copy color: '#B4122A'

red 180 ◦ green 18 ◦ blue 42

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

Shades of Cardinal #B4122A

Tints of Cardinal #B4122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.5%

R = 75%
G = 7.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B4122A (or 0xB4122A) is known color: Cardinal. HEX triplet: B4, 12 and 2A. RGB value is (180,18,42). Sum of RGB (Red+Green+Blue) = 180+18+42=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B4122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4122A is #4BEDD5. Grayscale: #454545. Windows color (decimal): -4976086 or 2757300. OLE color: 2757300.

HSL color Cylindrical-coordinate representation of color #B4122A: hue angle of 351.11º 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 #B4122A is Cyan = 0, Magento = 0.9, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 18 42 -
CMYK 0 0.9 0.77 0.29
HSL 351.11º 0.82% 0.39% -
HSV(B) 351.11º 0.9% 0.71% -
XYZ 19.46 10.3 3.15 -
YUV 69.17 112.67 207.05 -
System Red Green Blue C M Y K H S L
Decimal 180 18 42 0 0.9 0.77 0.29 351.11 0.82 0.39
Hex B4 12 2A 0 5A 4D 1D 15F 52 27
Octal 264 22 52 0 132 115 35 537 122 47
Binary 10110100 10010 101010 0 1011010 1001101 11101 101011111 1010010 100111

Color Harmonies of #B4122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4122A

Black with #B4122A

Text Example


Text Example

White with #B4122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4122A; }

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

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

background-color css

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

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

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

border-color css

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

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

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