Html Css Color HEX #B5143B Cardinal

📋 copy color: '#B5143B'

red 181 ◦ green 20 ◦ blue 59

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

Shades of Cardinal #B5143B

Tints of Cardinal #B5143B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 69.62%
G = 7.69%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5143B (or 0xB5143B) is known color: Cardinal. HEX triplet: B5, 14 and 3B. RGB value is (181,20,59). Sum of RGB (Red+Green+Blue) = 181+20+59=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5143B is #4AEBC4. Grayscale: #484848. Windows color (decimal): -4910021 or 3871925. OLE color: 3871925.

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

Color convert

RGB 181 20 59 -
CMYK 0 0.89 0.67 0.29
HSL 345.47º 0.8% 0.39% -
HSV(B) 345.47º 0.89% 0.71% -
XYZ 20.1 10.64 5.13 -
YUV 72.59 120.34 205.33 -
System Red Green Blue C M Y K H S L
Decimal 181 20 59 0 0.89 0.67 0.29 345.47 0.8 0.39
Hex B5 14 3B 0 59 43 1D 159 50 27
Octal 265 24 73 0 131 103 35 531 120 47
Binary 10110101 10100 111011 0 1011001 1000011 11101 101011001 1010000 100111

Color Harmonies of #B5143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5143B

Black with #B5143B

Text Example


Text Example

White with #B5143B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5143B; }

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

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

background-color css

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

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

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

border-color css

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

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

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