Html Css Color HEX #B5163E Cardinal

📋 copy color: '#B5163E'

red 181 ◦ green 22 ◦ blue 62

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

Shades of Cardinal #B5163E

Tints of Cardinal #B5163E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

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

R = 68.3%
G = 8.3%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5163E (or 0xB5163E) is known color: Cardinal. HEX triplet: B5, 16 and 3E. RGB value is (181,22,62). Sum of RGB (Red+Green+Blue) = 181+22+62=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B5163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5163E is #4AE9C1. Grayscale: #4A4A4A. Windows color (decimal): -4909506 or 4069045. OLE color: 4069045.

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

Color convert

RGB 181 22 62 -
CMYK 0 0.88 0.66 0.29
HSL 344.91º 0.78% 0.4% -
HSV(B) 344.91º 0.88% 0.71% -
XYZ 20.21 10.75 5.57 -
YUV 74.1 121.18 204.25 -
System Red Green Blue C M Y K H S L
Decimal 181 22 62 0 0.88 0.66 0.29 344.91 0.78 0.4
Hex B5 16 3E 0 58 42 1D 159 4E 28
Octal 265 26 76 0 130 102 35 531 116 50
Binary 10110101 10110 111110 0 1011000 1000010 11101 101011001 1001110 101000

Color Harmonies of #B5163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5163E

Black with #B5163E

Text Example


Text Example

White with #B5163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5163E; }

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

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

background-color css

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

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

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

border-color css

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

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

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