Html Css Color HEX #B0193B Cardinal

📋 copy color: '#B0193B'

red 176 ◦ green 25 ◦ blue 59

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

Shades of Cardinal #B0193B

Tints of Cardinal #B0193B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 67.69%
G = 9.62%
B = 22.69%

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

#B0193B (or 0xB0193B) is known color: Cardinal. HEX triplet: B0, 19 and 3B. RGB value is (176,25,59). Sum of RGB (Red+Green+Blue) = 176+25+59=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B0193B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0193B is #4FE6C4. Grayscale: #4A4A4A. Windows color (decimal): -5236421 or 3873200. OLE color: 3873200.

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

Color convert

RGB 176 25 59 -
CMYK 0 0.86 0.66 0.31
HSL 346.49º 0.75% 0.39% -
HSV(B) 346.49º 0.86% 0.69% -
XYZ 19.04 10.24 5.11 -
YUV 74.03 119.53 200.74 -
System Red Green Blue C M Y K H S L
Decimal 176 25 59 0 0.86 0.66 0.31 346.49 0.75 0.39
Hex B0 19 3B 0 56 42 1F 15A 4B 27
Octal 260 31 73 0 126 102 37 532 113 47
Binary 10110000 11001 111011 0 1010110 1000010 11111 101011010 1001011 100111

Color Harmonies of #B0193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0193B

Black with #B0193B

Text Example


Text Example

White with #B0193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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