Html Css Color HEX #B5193C Cardinal

📋 copy color: '#B5193C'

red 181 ◦ green 25 ◦ blue 60

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

Shades of Cardinal #B5193C

Tints of Cardinal #B5193C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.56%

R = 68.05%
G = 9.4%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5193C (or 0xB5193C) is known color: Cardinal. HEX triplet: B5, 19 and 3C. RGB value is (181,25,60). Sum of RGB (Red+Green+Blue) = 181+25+60=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B5193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5193C is #4AE6C3. Grayscale: #4B4B4B. Windows color (decimal): -4908740 or 3938741. OLE color: 3938741.

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

Color convert

RGB 181 25 60 -
CMYK 0 0.86 0.67 0.29
HSL 346.54º 0.76% 0.4% -
HSV(B) 346.54º 0.86% 0.71% -
XYZ 20.22 10.85 5.3 -
YUV 75.63 119.18 203.15 -
System Red Green Blue C M Y K H S L
Decimal 181 25 60 0 0.86 0.67 0.29 346.54 0.76 0.4
Hex B5 19 3C 0 56 43 1D 15B 4C 28
Octal 265 31 74 0 126 103 35 533 114 50
Binary 10110101 11001 111100 0 1010110 1000011 11101 101011011 1001100 101000

Color Harmonies of #B5193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5193C

Black with #B5193C

Text Example


Text Example

White with #B5193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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