Html Css Color HEX #B5142B Cardinal

📋 copy color: '#B5142B'

red 181 ◦ green 20 ◦ blue 43

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

Shades of Cardinal #B5142B

Tints of Cardinal #B5142B

RGB

 RED value IS 181 (71.09% from 255) = 74.18%

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

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

R = 74.18%
G = 8.2%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5142B (or 0xB5142B) is known color: Cardinal. HEX triplet: B5, 14 and 2B. RGB value is (181,20,43). Sum of RGB (Red+Green+Blue) = 181+20+43=244 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.18% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 181 - color contains mainly: red. Hex color #B5142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5142B is #4AEBD4. Grayscale: #464646. Windows color (decimal): -4910037 or 2823349. OLE color: 2823349.

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

Color convert

RGB 181 20 43 -
CMYK 0 0.89 0.76 0.29
HSL 351.43º 0.8% 0.39% -
HSV(B) 351.43º 0.89% 0.71% -
XYZ 19.74 10.5 3.27 -
YUV 70.76 112.34 206.63 -
System Red Green Blue C M Y K H S L
Decimal 181 20 43 0 0.89 0.76 0.29 351.43 0.8 0.39
Hex B5 14 2B 0 59 4C 1D 15F 50 27
Octal 265 24 53 0 131 114 35 537 120 47
Binary 10110101 10100 101011 0 1011001 1001100 11101 101011111 1010000 100111

Color Harmonies of #B5142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5142B

Black with #B5142B

Text Example


Text Example

White with #B5142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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