Html Css Color HEX #B30102 Venetian Red

📋 copy color: '#B30102'

red 179 ◦ green 1 ◦ blue 2

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

Shades of Venetian Red #B30102

Tints of Venetian Red #B30102

RGB

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

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

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

R = 98.35%
G = 0.55%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B30102 (or 0xB30102) is known color: Venetian Red. HEX triplet: B3, 01 and 02. RGB value is (179,1,2). Sum of RGB (Red+Green+Blue) = 179+1+2=182 (24% of max value = 765). Red value is 179 (70.31% from 255 or 98.35% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 179 - color contains mainly: red. Hex color #B30102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30102 is #4CFEFD. Grayscale: #363636. Windows color (decimal): -5046014 or 131507. OLE color: 131507.

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

Color convert

RGB 179 1 2 -
CMYK 0 0.99 0.99 0.30
HSL 359.66º 0.99% 0.35% -
HSV(B) 359.66º 0.99% 0.7% -
XYZ 18.61 9.61 0.93 -
YUV 54.34 98.47 216.92 -
System Red Green Blue C M Y K H S L
Decimal 179 1 2 0 0.99 0.99 0.30 359.66 0.99 0.35
Hex B3 1 2 0 63 63 1E 168 63 23
Octal 263 1 2 0 143 143 36 550 143 43
Binary 10110011 1 10 0 1100011 1100011 11110 101101000 1100011 100011

Color Harmonies of #B30102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30102

Black with #B30102

Text Example


Text Example

White with #B30102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30102; }

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

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

background-color css

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

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

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

border-color css

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

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

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