Html Css Color HEX #B5143F Cardinal

📋 copy color: '#B5143F'

red 181 ◦ green 20 ◦ blue 63

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

Shades of Cardinal #B5143F

Tints of Cardinal #B5143F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.86%

R = 68.56%
G = 7.58%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B5143F (or 0xB5143F) is known color: Cardinal. HEX triplet: B5, 14 and 3F. RGB value is (181,20,63). Sum of RGB (Red+Green+Blue) = 181+20+63=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B5143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5143F is #4AEBC0. Grayscale: #494949. Windows color (decimal): -4910017 or 4134069. OLE color: 4134069.

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

Color convert

RGB 181 20 63 -
CMYK 0 0.89 0.65 0.29
HSL 343.98º 0.8% 0.39% -
HSV(B) 343.98º 0.89% 0.71% -
XYZ 20.2 10.68 5.7 -
YUV 73.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 181 20 63 0 0.89 0.65 0.29 343.98 0.8 0.39
Hex B5 14 3F 0 59 41 1D 158 50 27
Octal 265 24 77 0 131 101 35 530 120 47
Binary 10110101 10100 111111 0 1011001 1000001 11101 101011000 1010000 100111

Color Harmonies of #B5143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5143F

Black with #B5143F

Text Example


Text Example

White with #B5143F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5143F; }

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

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

background-color css

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

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

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

border-color css

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

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

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