Html Css Color HEX #B30002 Venetian Red

📋 copy color: '#B30002'

red 179 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #B30002

Tints of Venetian Red #B30002

RGB

 RED value IS 179 (70.31% from 255) = 98.9%

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

 BLUE value IS 2 (1.17% from 255) = 1.1%

R = 98.9%
G = 0%
B = 1.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B30002 (or 0xB30002) is known color: Venetian Red. HEX triplet: B3, 00 and 02. RGB value is (179,0,2). Sum of RGB (Red+Green+Blue) = 179+0+2=181 (23% of max value = 765). Red value is 179 (70.31% from 255 or 98.90% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 179 - color contains mainly: red. Hex color #B30002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30002 is #4CFFFD. Grayscale: #353535. Windows color (decimal): -5046270 or 131251. OLE color: 131251.

HSL color Cylindrical-coordinate representation of color #B30002: hue angle of 359.33º 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 #B30002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 0 2 -
CMYK 0 1 0.99 0.30
HSL 359.33º 1% 0.35% -
HSV(B) 359.33º 1% 0.7% -
XYZ 18.6 9.59 0.93 -
YUV 53.75 98.8 217.34 -
System Red Green Blue C M Y K H S L
Decimal 179 0 2 0 1 0.99 0.30 359.33 1 0.35
Hex B3 0 2 0 64 63 1E 167 64 23
Octal 263 0 2 0 144 143 36 547 144 43
Binary 10110011 0 10 0 1100100 1100011 11110 101100111 1100100 100011

Color Harmonies of #B30002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30002

Black with #B30002

Text Example


Text Example

White with #B30002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30002; }

 p { color: rgb(179,0,2); }

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

background-color css

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

 a { background-color: rgb(179,0,2); }

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

border-color css

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

 span { border-color: rgb(179,0,2); }

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