Html Css Color HEX #B00207 Venetian Red

📋 copy color: '#B00207'

red 176 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #B00207

Tints of Venetian Red #B00207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 95.14%
G = 1.08%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B00207 (or 0xB00207) is known color: Venetian Red. HEX triplet: B0, 02 and 07. RGB value is (176,2,7). Sum of RGB (Red+Green+Blue) = 176+2+7=185 (24% of max value = 765). Red value is 176 (69.14% from 255 or 95.14% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 176 - color contains mainly: red. Hex color #B00207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00207 is #4FFDF8. Grayscale: #363636. Windows color (decimal): -5242361 or 459440. OLE color: 459440.

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

Color convert

RGB 176 2 7 -
CMYK 0 0.99 0.96 0.31
HSL 358.28º 0.98% 0.35% -
HSV(B) 358.28º 0.99% 0.69% -
XYZ 17.96 9.29 1.05 -
YUV 54.6 101.15 214.59 -
System Red Green Blue C M Y K H S L
Decimal 176 2 7 0 0.99 0.96 0.31 358.28 0.98 0.35
Hex B0 2 7 0 63 60 1F 166 62 23
Octal 260 2 7 0 143 140 37 546 142 43
Binary 10110000 10 111 0 1100011 1100000 11111 101100110 1100010 100011

Color Harmonies of #B00207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00207

Black with #B00207

Text Example


Text Example

White with #B00207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00207; }

 p { color: rgb(176,2,7); }

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

background-color css

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

 a { background-color: rgb(176,2,7); }

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

border-color css

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

 span { border-color: rgb(176,2,7); }

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