Html Css Color HEX #B00004 Venetian Red

📋 copy color: '#B00004'

red 176 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #B00004

Tints of Venetian Red #B00004

RGB

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

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

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

R = 97.78%
G = 0%
B = 2.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B00004 (or 0xB00004) is known color: Venetian Red. HEX triplet: B0, 00 and 04. RGB value is (176,0,4). Sum of RGB (Red+Green+Blue) = 176+0+4=180 (23% of max value = 765). Red value is 176 (69.14% from 255 or 97.78% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 176 - color contains mainly: red. Hex color #B00004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00004 is #4FFFFB. Grayscale: #353535. Windows color (decimal): -5242876 or 262320. OLE color: 262320.

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

Color convert

RGB 176 0 4 -
CMYK 0 1 0.98 0.31
HSL 358.64º 1% 0.35% -
HSV(B) 358.64º 1% 0.69% -
XYZ 17.93 9.24 0.95 -
YUV 53.08 100.31 215.67 -
System Red Green Blue C M Y K H S L
Decimal 176 0 4 0 1 0.98 0.31 358.64 1 0.35
Hex B0 0 4 0 64 62 1F 167 64 23
Octal 260 0 4 0 144 142 37 547 144 43
Binary 10110000 0 100 0 1100100 1100010 11111 101100111 1100100 100011

Color Harmonies of #B00004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00004

Black with #B00004

Text Example


Text Example

White with #B00004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00004; }

 p { color: rgb(176,0,4); }

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

background-color css

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

 a { background-color: rgb(176,0,4); }

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

border-color css

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

 span { border-color: rgb(176,0,4); }

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