Html Css Color HEX #B70307 Venetian Red

📋 copy color: '#B70307'

red 183 ◦ green 3 ◦ blue 7

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

Shades of Venetian Red #B70307

Tints of Venetian Red #B70307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

 BLUE value IS 7 (3.13% from 255) = 3.63%

R = 94.82%
G = 1.55%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B70307 (or 0xB70307) is known color: Venetian Red. HEX triplet: B7, 03 and 07. RGB value is (183,3,7). Sum of RGB (Red+Green+Blue) = 183+3+7=193 (25% of max value = 765). Red value is 183 (71.88% from 255 or 94.82% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 183 - color contains mainly: red. Hex color #B70307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70307 is #48FCF8. Grayscale: #393939. Windows color (decimal): -4783353 or 459703. OLE color: 459703.

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

Color convert

RGB 183 3 7 -
CMYK 0 0.98 0.96 0.28
HSL 358.67º 0.97% 0.36% -
HSV(B) 358.67º 0.98% 0.72% -
XYZ 19.6 10.15 1.13 -
YUV 57.28 99.63 217.67 -
System Red Green Blue C M Y K H S L
Decimal 183 3 7 0 0.98 0.96 0.28 358.67 0.97 0.36
Hex B7 3 7 0 62 60 1C 167 61 24
Octal 267 3 7 0 142 140 34 547 141 44
Binary 10110111 11 111 0 1100010 1100000 11100 101100111 1100001 100100

Color Harmonies of #B70307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70307

Black with #B70307

Text Example


Text Example

White with #B70307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70307; }

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

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

background-color css

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

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

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

border-color css

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

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

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