Html Css Color HEX #B0031A Venetian Red

📋 copy color: '#B0031A'

red 176 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #B0031A

Tints of Venetian Red #B0031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 26 (10.55% from 255) = 12.68%

R = 85.85%
G = 1.46%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0031A (or 0xB0031A) is known color: Venetian Red. HEX triplet: B0, 03 and 1A. RGB value is (176,3,26). Sum of RGB (Red+Green+Blue) = 176+3+26=205 (27% of max value = 765). Red value is 176 (69.14% from 255 or 85.85% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 176 - color contains mainly: red. Hex color #B0031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0031A is #4FFCE5. Grayscale: #393939. Windows color (decimal): -5242086 or 1704880. OLE color: 1704880.

HSL color Cylindrical-coordinate representation of color #B0031A: hue angle of 352.02º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0031A is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 3 26 -
CMYK 0 0.98 0.85 0.31
HSL 352.02º 0.97% 0.35% -
HSV(B) 352.02º 0.98% 0.69% -
XYZ 18.12 9.37 1.83 -
YUV 57.35 110.31 212.63 -
System Red Green Blue C M Y K H S L
Decimal 176 3 26 0 0.98 0.85 0.31 352.02 0.97 0.35
Hex B0 3 1A 0 62 55 1F 160 61 23
Octal 260 3 32 0 142 125 37 540 141 43
Binary 10110000 11 11010 0 1100010 1010101 11111 101100000 1100001 100011

Color Harmonies of #B0031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0031A

Black with #B0031A

Text Example


Text Example

White with #B0031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0031A; }

 p { color: rgb(176,3,26); }

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

background-color css

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

 a { background-color: rgb(176,3,26); }

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

border-color css

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

 span { border-color: rgb(176,3,26); }

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