Html Css Color HEX #B7142B Cardinal

📋 copy color: '#B7142B'

red 183 ◦ green 20 ◦ blue 43

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

Shades of Cardinal #B7142B

Tints of Cardinal #B7142B

RGB

 RED value IS 183 (71.88% from 255) = 74.39%

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

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

R = 74.39%
G = 8.13%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7142B (or 0xB7142B) is known color: Cardinal. HEX triplet: B7, 14 and 2B. RGB value is (183,20,43). Sum of RGB (Red+Green+Blue) = 183+20+43=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B7142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7142B is #48EBD4. Grayscale: #474747. Windows color (decimal): -4778965 or 2823351. OLE color: 2823351.

HSL color Cylindrical-coordinate representation of color #B7142B: hue angle of 351.53º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7142B is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 20 43 -
CMYK 0 0.89 0.77 0.28
HSL 351.53º 0.8% 0.4% -
HSV(B) 351.53º 0.89% 0.72% -
XYZ 20.21 10.74 3.29 -
YUV 71.36 112 207.63 -
System Red Green Blue C M Y K H S L
Decimal 183 20 43 0 0.89 0.77 0.28 351.53 0.8 0.4
Hex B7 14 2B 0 59 4D 1C 160 50 28
Octal 267 24 53 0 131 115 34 540 120 50
Binary 10110111 10100 101011 0 1011001 1001101 11100 101100000 1010000 101000

Color Harmonies of #B7142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7142B

Black with #B7142B

Text Example


Text Example

White with #B7142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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