Html Css Color HEX #B30103 Venetian Red

📋 copy color: '#B30103'

red 179 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #B30103

Tints of Venetian Red #B30103

RGB

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

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

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

R = 97.81%
G = 0.55%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B30103 (or 0xB30103) is known color: Venetian Red. HEX triplet: B3, 01 and 03. RGB value is (179,1,3). Sum of RGB (Red+Green+Blue) = 179+1+3=183 (24% of max value = 765). Red value is 179 (70.31% from 255 or 97.81% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 179 - color contains mainly: red. Hex color #B30103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30103 is #4CFEFC. Grayscale: #363636. Windows color (decimal): -5046013 or 197043. OLE color: 197043.

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

Color convert

RGB 179 1 3 -
CMYK 0 0.99 0.98 0.30
HSL 359.33º 0.99% 0.35% -
HSV(B) 359.33º 0.99% 0.7% -
XYZ 18.62 9.61 0.96 -
YUV 54.45 98.97 216.84 -
System Red Green Blue C M Y K H S L
Decimal 179 1 3 0 0.99 0.98 0.30 359.33 0.99 0.35
Hex B3 1 3 0 63 62 1E 167 63 23
Octal 263 1 3 0 143 142 36 547 143 43
Binary 10110011 1 11 0 1100011 1100010 11110 101100111 1100011 100011

Color Harmonies of #B30103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30103

Black with #B30103

Text Example


Text Example

White with #B30103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30103; }

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

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

background-color css

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

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

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

border-color css

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

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

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