Html Css Color HEX #B20104 Venetian Red

📋 copy color: '#B20104'

red 178 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #B20104

Tints of Venetian Red #B20104

RGB

 RED value IS 178 (69.92% from 255) = 97.27%

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 4 (1.95% from 255) = 2.19%

R = 97.27%
G = 0.55%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B20104 (or 0xB20104) is known color: Venetian Red. HEX triplet: B2, 01 and 04. RGB value is (178,1,4). Sum of RGB (Red+Green+Blue) = 178+1+4=183 (24% of max value = 765). Red value is 178 (69.92% from 255 or 97.27% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 178 - color contains mainly: red. Hex color #B20104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20104 is #4DFEFB. Grayscale: #363636. Windows color (decimal): -5111548 or 262578. OLE color: 262578.

HSL color Cylindrical-coordinate representation of color #B20104: hue angle of 358.98º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B20104 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 1 4 -
CMYK 0 0.99 0.98 0.30
HSL 358.98º 0.99% 0.35% -
HSV(B) 358.98º 0.99% 0.7% -
XYZ 18.39 9.5 0.98 -
YUV 54.27 99.64 216.26 -
System Red Green Blue C M Y K H S L
Decimal 178 1 4 0 0.99 0.98 0.30 358.98 0.99 0.35
Hex B2 1 4 0 63 62 1E 167 63 23
Octal 262 1 4 0 143 142 36 547 143 43
Binary 10110010 1 100 0 1100011 1100010 11110 101100111 1100011 100011

Color Harmonies of #B20104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20104

Black with #B20104

Text Example


Text Example

White with #B20104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20104; }

 p { color: rgb(178,1,4); }

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

background-color css

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

 a { background-color: rgb(178,1,4); }

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

border-color css

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

 span { border-color: rgb(178,1,4); }

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