Html Css Color HEX #B70203 Venetian Red

📋 copy color: '#B70203'

red 183 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #B70203

Tints of Venetian Red #B70203

RGB

 RED value IS 183 (71.88% from 255) = 97.34%

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 97.34%
G = 1.06%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B70203 (or 0xB70203) is known color: Venetian Red. HEX triplet: B7, 02 and 03. RGB value is (183,2,3). Sum of RGB (Red+Green+Blue) = 183+2+3=188 (24% of max value = 765). Red value is 183 (71.88% from 255 or 97.34% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 183 - color contains mainly: red. Hex color #B70203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70203 is #48FDFC. Grayscale: #383838. Windows color (decimal): -4783613 or 197303. OLE color: 197303.

HSL color Cylindrical-coordinate representation of color #B70203: hue angle of 359.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70203 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 2 3 -
CMYK 0 0.99 0.98 0.28
HSL 359.67º 0.98% 0.36% -
HSV(B) 359.67º 0.99% 0.72% -
XYZ 19.57 10.12 1.01 -
YUV 56.23 97.97 218.42 -
System Red Green Blue C M Y K H S L
Decimal 183 2 3 0 0.99 0.98 0.28 359.67 0.98 0.36
Hex B7 2 3 0 63 62 1C 168 62 24
Octal 267 2 3 0 143 142 34 550 142 44
Binary 10110111 10 11 0 1100011 1100010 11100 101101000 1100010 100100

Color Harmonies of #B70203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70203

Black with #B70203

Text Example


Text Example

White with #B70203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70203; }

 p { color: rgb(183,2,3); }

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

background-color css

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

 a { background-color: rgb(183,2,3); }

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

border-color css

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

 span { border-color: rgb(183,2,3); }

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