Html Css Color HEX #B0191C Venetian Red

📋 copy color: '#B0191C'

red 176 ◦ green 25 ◦ blue 28

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

Shades of Venetian Red #B0191C

Tints of Venetian Red #B0191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.23%

R = 76.86%
G = 10.92%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0191C (or 0xB0191C) is known color: Venetian Red. HEX triplet: B0, 19 and 1C. RGB value is (176,25,28). Sum of RGB (Red+Green+Blue) = 176+25+28=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B0191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0191C is #4FE6E3. Grayscale: #464646. Windows color (decimal): -5236452 or 1841584. OLE color: 1841584.

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

Color convert

RGB 176 25 28 -
CMYK 0 0.86 0.84 0.31
HSL 358.81º 0.75% 0.39% -
HSV(B) 358.81º 0.86% 0.69% -
XYZ 18.46 10.01 2.06 -
YUV 70.49 104.03 203.26 -
System Red Green Blue C M Y K H S L
Decimal 176 25 28 0 0.86 0.84 0.31 358.81 0.75 0.39
Hex B0 19 1C 0 56 54 1F 167 4B 27
Octal 260 31 34 0 126 124 37 547 113 47
Binary 10110000 11001 11100 0 1010110 1010100 11111 101100111 1001011 100111

Color Harmonies of #B0191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0191C

Black with #B0191C

Text Example


Text Example

White with #B0191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0191C; }

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

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

background-color css

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

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

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

border-color css

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

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

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