Html Css Color HEX #B0193C Cardinal

📋 copy color: '#B0193C'

red 176 ◦ green 25 ◦ blue 60

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

Shades of Cardinal #B0193C

Tints of Cardinal #B0193C

RGB

 RED value IS 176 (69.14% from 255) = 67.43%

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

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

R = 67.43%
G = 9.58%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0193C (or 0xB0193C) is known color: Cardinal. HEX triplet: B0, 19 and 3C. RGB value is (176,25,60). Sum of RGB (Red+Green+Blue) = 176+25+60=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B0193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0193C is #4FE6C3. Grayscale: #4A4A4A. Windows color (decimal): -5236420 or 3938736. OLE color: 3938736.

HSL color Cylindrical-coordinate representation of color #B0193C: hue angle of 346.09º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0193C is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 25 60 -
CMYK 0 0.86 0.66 0.31
HSL 346.09º 0.75% 0.39% -
HSV(B) 346.09º 0.86% 0.69% -
XYZ 19.07 10.25 5.25 -
YUV 74.14 120.03 200.65 -
System Red Green Blue C M Y K H S L
Decimal 176 25 60 0 0.86 0.66 0.31 346.09 0.75 0.39
Hex B0 19 3C 0 56 42 1F 15A 4B 27
Octal 260 31 74 0 126 102 37 532 113 47
Binary 10110000 11001 111100 0 1010110 1000010 11111 101011010 1001011 100111

Color Harmonies of #B0193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0193C

Black with #B0193C

Text Example


Text Example

White with #B0193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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