Html Css Color HEX #B0142B Cardinal

📋 copy color: '#B0142B'

red 176 ◦ green 20 ◦ blue 43

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

Shades of Cardinal #B0142B

Tints of Cardinal #B0142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.37%

 BLUE value IS 43 (17.19% from 255) = 17.99%

R = 73.64%
G = 8.37%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0142B (or 0xB0142B) is known color: Cardinal. HEX triplet: B0, 14 and 2B. RGB value is (176,20,43). Sum of RGB (Red+Green+Blue) = 176+20+43=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B0142B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0142B is #4FEBD4. Grayscale: #454545. Windows color (decimal): -5237717 or 2823344. OLE color: 2823344.

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

Color convert

RGB 176 20 43 -
CMYK 0 0.89 0.76 0.31
HSL 351.15º 0.8% 0.38% -
HSV(B) 351.15º 0.89% 0.69% -
XYZ 18.59 9.9 3.22 -
YUV 69.27 113.18 204.13 -
System Red Green Blue C M Y K H S L
Decimal 176 20 43 0 0.89 0.76 0.31 351.15 0.8 0.38
Hex B0 14 2B 0 59 4C 1F 15F 50 26
Octal 260 24 53 0 131 114 37 537 120 46
Binary 10110000 10100 101011 0 1011001 1001100 11111 101011111 1010000 100110

Color Harmonies of #B0142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0142B

Black with #B0142B

Text Example


Text Example

White with #B0142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0142B; }

 p { color: rgb(176,20,43); }

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

background-color css

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

 a { background-color: rgb(176,20,43); }

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

border-color css

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

 span { border-color: rgb(176,20,43); }

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