Html Css Color HEX #B7040C Venetian Red

📋 copy color: '#B7040C'

red 183 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #B7040C

Tints of Venetian Red #B7040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.01%

 BLUE value IS 12 (5.08% from 255) = 6.03%

R = 91.96%
G = 2.01%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7040C (or 0xB7040C) is known color: Venetian Red. HEX triplet: B7, 04 and 0C. RGB value is (183,4,12). Sum of RGB (Red+Green+Blue) = 183+4+12=199 (26% of max value = 765). Red value is 183 (71.88% from 255 or 91.96% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 183 - color contains mainly: red. Hex color #B7040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7040C is #48FBF3. Grayscale: #3A3A3A. Windows color (decimal): -4783092 or 787639. OLE color: 787639.

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

Color convert

RGB 183 4 12 -
CMYK 0 0.98 0.93 0.28
HSL 357.32º 0.96% 0.37% -
HSV(B) 357.32º 0.98% 0.72% -
XYZ 19.64 10.18 1.28 -
YUV 58.43 101.8 216.85 -
System Red Green Blue C M Y K H S L
Decimal 183 4 12 0 0.98 0.93 0.28 357.32 0.96 0.37
Hex B7 4 C 0 62 5D 1C 165 60 25
Octal 267 4 14 0 142 135 34 545 140 45
Binary 10110111 100 1100 0 1100010 1011101 11100 101100101 1100000 100101

Color Harmonies of #B7040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7040C

Black with #B7040C

Text Example


Text Example

White with #B7040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7040C; }

 p { color: rgb(183,4,12); }

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

background-color css

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

 a { background-color: rgb(183,4,12); }

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

border-color css

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

 span { border-color: rgb(183,4,12); }

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