Html Css Color HEX #B5183E Cardinal

📋 copy color: '#B5183E'

red 181 ◦ green 24 ◦ blue 62

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

Shades of Cardinal #B5183E

Tints of Cardinal #B5183E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

 BLUE value IS 62 (24.61% from 255) = 23.22%

R = 67.79%
G = 8.99%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5183E (or 0xB5183E) is known color: Cardinal. HEX triplet: B5, 18 and 3E. RGB value is (181,24,62). Sum of RGB (Red+Green+Blue) = 181+24+62=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B5183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5183E is #4AE7C1. Grayscale: #4B4B4B. Windows color (decimal): -4908994 or 4069557. OLE color: 4069557.

HSL color Cylindrical-coordinate representation of color #B5183E: hue angle of 345.48º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5183E is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 24 62 -
CMYK 0 0.87 0.66 0.29
HSL 345.48º 0.77% 0.4% -
HSV(B) 345.48º 0.87% 0.71% -
XYZ 20.25 10.82 5.58 -
YUV 75.28 120.51 203.41 -
System Red Green Blue C M Y K H S L
Decimal 181 24 62 0 0.87 0.66 0.29 345.48 0.77 0.4
Hex B5 18 3E 0 57 42 1D 159 4D 28
Octal 265 30 76 0 127 102 35 531 115 50
Binary 10110101 11000 111110 0 1010111 1000010 11101 101011001 1001101 101000

Color Harmonies of #B5183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5183E

Black with #B5183E

Text Example


Text Example

White with #B5183E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5183E; }

 p { color: rgb(181,24,62); }

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

background-color css

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

 a { background-color: rgb(181,24,62); }

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

border-color css

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

 span { border-color: rgb(181,24,62); }

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