Html Css Color HEX #B0112E Cardinal

📋 copy color: '#B0112E'

red 176 ◦ green 17 ◦ blue 46

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

Shades of Cardinal #B0112E

Tints of Cardinal #B0112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.25%

R = 73.64%
G = 7.11%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0112E (or 0xB0112E) is known color: Cardinal. HEX triplet: B0, 11 and 2E. RGB value is (176,17,46). Sum of RGB (Red+Green+Blue) = 176+17+46=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B0112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0112E is #4FEED1. Grayscale: #434343. Windows color (decimal): -5238482 or 3019184. OLE color: 3019184.

HSL color Cylindrical-coordinate representation of color #B0112E: hue angle of 349.06º 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 #B0112E is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 46 -
CMYK 0 0.90 0.74 0.31
HSL 349.06º 0.82% 0.38% -
HSV(B) 349.06º 0.9% 0.69% -
XYZ 18.6 9.83 3.5 -
YUV 67.85 115.68 205.14 -
System Red Green Blue C M Y K H S L
Decimal 176 17 46 0 0.90 0.74 0.31 349.06 0.82 0.38
Hex B0 11 2E 0 5A 4A 1F 15D 52 26
Octal 260 21 56 0 132 112 37 535 122 46
Binary 10110000 10001 101110 0 1011010 1001010 11111 101011101 1010010 100110

Color Harmonies of #B0112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0112E

Black with #B0112E

Text Example


Text Example

White with #B0112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0112E; }

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

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

background-color css

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

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

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

border-color css

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

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

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