Html Css Color HEX #B2112A Cardinal

📋 copy color: '#B2112A'

red 178 ◦ green 17 ◦ blue 42

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

Shades of Cardinal #B2112A

Tints of Cardinal #B2112A

RGB

 RED value IS 178 (69.92% from 255) = 75.11%

 GREEN value IS 17 (7.03% from 255) = 7.17%

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

R = 75.11%
G = 7.17%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2112A (or 0xB2112A) is known color: Cardinal. HEX triplet: B2, 11 and 2A. RGB value is (178,17,42). Sum of RGB (Red+Green+Blue) = 178+17+42=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B2112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2112A is #4DEED5. Grayscale: #444444. Windows color (decimal): -5107414 or 2757042. OLE color: 2757042.

HSL color Cylindrical-coordinate representation of color #B2112A: hue angle of 350.68º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2112A is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 42 -
CMYK 0 0.90 0.76 0.30
HSL 350.68º 0.83% 0.38% -
HSV(B) 350.68º 0.9% 0.7% -
XYZ 18.98 10.03 3.13 -
YUV 67.99 113.34 206.47 -
System Red Green Blue C M Y K H S L
Decimal 178 17 42 0 0.90 0.76 0.30 350.68 0.83 0.38
Hex B2 11 2A 0 5A 4C 1E 15F 53 26
Octal 262 21 52 0 132 114 36 537 123 46
Binary 10110010 10001 101010 0 1011010 1001100 11110 101011111 1010011 100110

Color Harmonies of #B2112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2112A

Black with #B2112A

Text Example


Text Example

White with #B2112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2112A; }

 p { color: rgb(178,17,42); }

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

background-color css

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

 a { background-color: rgb(178,17,42); }

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

border-color css

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

 span { border-color: rgb(178,17,42); }

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