Html Css Color HEX #B7030F Venetian Red

📋 copy color: '#B7030F'

red 183 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #B7030F

Tints of Venetian Red #B7030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.46%

R = 91.04%
G = 1.49%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7030F (or 0xB7030F) is known color: Venetian Red. HEX triplet: B7, 03 and 0F. RGB value is (183,3,15). Sum of RGB (Red+Green+Blue) = 183+3+15=201 (26% of max value = 765). Red value is 183 (71.88% from 255 or 91.04% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 183 - color contains mainly: red. Hex color #B7030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7030F is #48FCF0. Grayscale: #3A3A3A. Windows color (decimal): -4783345 or 983991. OLE color: 983991.

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

Color convert

RGB 183 3 15 -
CMYK 0 0.98 0.92 0.28
HSL 356º 0.97% 0.36% -
HSV(B) 356º 0.98% 0.72% -
XYZ 19.65 10.17 1.38 -
YUV 58.19 103.63 217.02 -
System Red Green Blue C M Y K H S L
Decimal 183 3 15 0 0.98 0.92 0.28 356 0.97 0.36
Hex B7 3 F 0 62 5C 1C 164 61 24
Octal 267 3 17 0 142 134 34 544 141 44
Binary 10110111 11 1111 0 1100010 1011100 11100 101100100 1100001 100100

Color Harmonies of #B7030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7030F

Black with #B7030F

Text Example


Text Example

White with #B7030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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