Html Css Color HEX #B30003 Venetian Red

📋 copy color: '#B30003'

red 179 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #B30003

Tints of Venetian Red #B30003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.65%

R = 98.35%
G = 0%
B = 1.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B30003 (or 0xB30003) is known color: Venetian Red. HEX triplet: B3, 00 and 03. RGB value is (179,0,3). Sum of RGB (Red+Green+Blue) = 179+0+3=182 (24% of max value = 765). Red value is 179 (70.31% from 255 or 98.35% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 179 - color contains mainly: red. Hex color #B30003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30003 is #4CFFFC. Grayscale: #363636. Windows color (decimal): -5046269 or 196787. OLE color: 196787.

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

Color convert

RGB 179 0 3 -
CMYK 0 1 0.98 0.30
HSL 358.99º 1% 0.35% -
HSV(B) 358.99º 1% 0.7% -
XYZ 18.61 9.59 0.96 -
YUV 53.86 99.3 217.26 -
System Red Green Blue C M Y K H S L
Decimal 179 0 3 0 1 0.98 0.30 358.99 1 0.35
Hex B3 0 3 0 64 62 1E 167 64 23
Octal 263 0 3 0 144 142 36 547 144 43
Binary 10110011 0 11 0 1100100 1100010 11110 101100111 1100100 100011

Color Harmonies of #B30003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30003

Black with #B30003

Text Example


Text Example

White with #B30003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30003; }

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

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

background-color css

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

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

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

border-color css

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

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

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