Html Css Color HEX #B0112A Cardinal

📋 copy color: '#B0112A'

red 176 ◦ green 17 ◦ blue 42

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

Shades of Cardinal #B0112A

Tints of Cardinal #B0112A

RGB

 RED value IS 176 (69.14% from 255) = 74.89%

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

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

R = 74.89%
G = 7.23%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0112A (or 0xB0112A) is known color: Cardinal. HEX triplet: B0, 11 and 2A. RGB value is (176,17,42). Sum of RGB (Red+Green+Blue) = 176+17+42=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B0112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0112A is #4FEED5. Grayscale: #434343. Windows color (decimal): -5238486 or 2757040. OLE color: 2757040.

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

Color convert

RGB 176 17 42 -
CMYK 0 0.90 0.76 0.31
HSL 350.57º 0.82% 0.38% -
HSV(B) 350.57º 0.9% 0.69% -
XYZ 18.52 9.8 3.11 -
YUV 67.39 113.68 205.47 -
System Red Green Blue C M Y K H S L
Decimal 176 17 42 0 0.90 0.76 0.31 350.57 0.82 0.38
Hex B0 11 2A 0 5A 4C 1F 15F 52 26
Octal 260 21 52 0 132 114 37 537 122 46
Binary 10110000 10001 101010 0 1011010 1001100 11111 101011111 1010010 100110

Color Harmonies of #B0112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0112A

Black with #B0112A

Text Example


Text Example

White with #B0112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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