Html Css Color HEX #B20103 Venetian Red

📋 copy color: '#B20103'

red 178 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #B20103

Tints of Venetian Red #B20103

RGB

 RED value IS 178 (69.92% from 255) = 97.8%

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

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

R = 97.8%
G = 0.55%
B = 1.65%

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

#B20103 (or 0xB20103) is known color: Venetian Red. HEX triplet: B2, 01 and 03. RGB value is (178,1,3). Sum of RGB (Red+Green+Blue) = 178+1+3=182 (24% of max value = 765). Red value is 178 (69.92% from 255 or 97.80% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 178 - color contains mainly: red. Hex color #B20103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20103 is #4DFEFC. Grayscale: #363636. Windows color (decimal): -5111549 or 197042. OLE color: 197042.

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

Color convert

RGB 178 1 3 -
CMYK 0 0.99 0.98 0.30
HSL 359.32º 0.99% 0.35% -
HSV(B) 359.32º 0.99% 0.7% -
XYZ 18.39 9.49 0.95 -
YUV 54.15 99.14 216.34 -
System Red Green Blue C M Y K H S L
Decimal 178 1 3 0 0.99 0.98 0.30 359.32 0.99 0.35
Hex B2 1 3 0 63 62 1E 167 63 23
Octal 262 1 3 0 143 142 36 547 143 43
Binary 10110010 1 11 0 1100011 1100010 11110 101100111 1100011 100011

Color Harmonies of #B20103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20103

Black with #B20103

Text Example


Text Example

White with #B20103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20103; }

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

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

background-color css

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

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

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

border-color css

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

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

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