Html Css Color HEX #B20007 Venetian Red

📋 copy color: '#B20007'

red 178 ◦ green 0 ◦ blue 7

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

Shades of Venetian Red #B20007

Tints of Venetian Red #B20007

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 7 (3.13% from 255) = 3.78%

R = 96.22%
G = 0%
B = 3.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B20007 (or 0xB20007) is known color: Venetian Red. HEX triplet: B2, 00 and 07. RGB value is (178,0,7). Sum of RGB (Red+Green+Blue) = 178+0+7=185 (24% of max value = 765). Red value is 178 (69.92% from 255 or 96.22% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 178 - color contains mainly: red. Hex color #B20007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20007 is #4DFFF8. Grayscale: #363636. Windows color (decimal): -5111801 or 458930. OLE color: 458930.

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

Color convert

RGB 178 0 7 -
CMYK 0 1 0.96 0.30
HSL 357.64º 1% 0.35% -
HSV(B) 357.64º 1% 0.7% -
XYZ 18.4 9.48 1.06 -
YUV 54.02 101.47 216.43 -
System Red Green Blue C M Y K H S L
Decimal 178 0 7 0 1 0.96 0.30 357.64 1 0.35
Hex B2 0 7 0 64 60 1E 166 64 23
Octal 262 0 7 0 144 140 36 546 144 43
Binary 10110010 0 111 0 1100100 1100000 11110 101100110 1100100 100011

Color Harmonies of #B20007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20007

Black with #B20007

Text Example


Text Example

White with #B20007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20007; }

 p { color: rgb(178,0,7); }

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

background-color css

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

 a { background-color: rgb(178,0,7); }

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

border-color css

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

 span { border-color: rgb(178,0,7); }

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