Html Css Color HEX #B5193E Cardinal

📋 copy color: '#B5193E'

red 181 ◦ green 25 ◦ blue 62

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

Shades of Cardinal #B5193E

Tints of Cardinal #B5193E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.33%

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

R = 67.54%
G = 9.33%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5193E (or 0xB5193E) is known color: Cardinal. HEX triplet: B5, 19 and 3E. RGB value is (181,25,62). Sum of RGB (Red+Green+Blue) = 181+25+62=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B5193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5193E is #4AE6C1. Grayscale: #4B4B4B. Windows color (decimal): -4908738 or 4069813. OLE color: 4069813.

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

Color convert

RGB 181 25 62 -
CMYK 0 0.86 0.66 0.29
HSL 345.77º 0.76% 0.4% -
HSV(B) 345.77º 0.86% 0.71% -
XYZ 20.27 10.87 5.59 -
YUV 75.86 120.18 202.99 -
System Red Green Blue C M Y K H S L
Decimal 181 25 62 0 0.86 0.66 0.29 345.77 0.76 0.4
Hex B5 19 3E 0 56 42 1D 15A 4C 28
Octal 265 31 76 0 126 102 35 532 114 50
Binary 10110101 11001 111110 0 1010110 1000010 11101 101011010 1001100 101000

Color Harmonies of #B5193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5193E

Black with #B5193E

Text Example


Text Example

White with #B5193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5193E; }

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

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

background-color css

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

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

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

border-color css

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

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

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