Html Css Color HEX #B5142A Cardinal

📋 copy color: '#B5142A'

red 181 ◦ green 20 ◦ blue 42

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

Shades of Cardinal #B5142A

Tints of Cardinal #B5142A

RGB

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

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

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

R = 74.49%
G = 8.23%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5142A (or 0xB5142A) is known color: Cardinal. HEX triplet: B5, 14 and 2A. RGB value is (181,20,42). Sum of RGB (Red+Green+Blue) = 181+20+42=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B5142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5142A is #4AEBD5. Grayscale: #464646. Windows color (decimal): -4910038 or 2757813. OLE color: 2757813.

HSL color Cylindrical-coordinate representation of color #B5142A: hue angle of 351.8º 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 #B5142A is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 20 42 -
CMYK 0 0.89 0.77 0.29
HSL 351.8º 0.8% 0.39% -
HSV(B) 351.8º 0.89% 0.71% -
XYZ 19.72 10.49 3.18 -
YUV 70.65 111.84 206.71 -
System Red Green Blue C M Y K H S L
Decimal 181 20 42 0 0.89 0.77 0.29 351.8 0.8 0.39
Hex B5 14 2A 0 59 4D 1D 160 50 27
Octal 265 24 52 0 131 115 35 540 120 47
Binary 10110101 10100 101010 0 1011001 1001101 11101 101100000 1010000 100111

Color Harmonies of #B5142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5142A

Black with #B5142A

Text Example


Text Example

White with #B5142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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