Html Css Color HEX #B7010E Venetian Red

📋 copy color: '#B7010E'

red 183 ◦ green 1 ◦ blue 14

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

Shades of Venetian Red #B7010E

Tints of Venetian Red #B7010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.07%

R = 92.42%
G = 0.51%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7010E (or 0xB7010E) is known color: Venetian Red. HEX triplet: B7, 01 and 0E. RGB value is (183,1,14). Sum of RGB (Red+Green+Blue) = 183+1+14=198 (26% of max value = 765). Red value is 183 (71.88% from 255 or 92.42% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 183 - color contains mainly: red. Hex color #B7010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7010E is #48FEF1. Grayscale: #393939. Windows color (decimal): -4783858 or 917943. OLE color: 917943.

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

Color convert

RGB 183 1 14 -
CMYK 0 0.99 0.92 0.28
HSL 355.71º 0.99% 0.36% -
HSV(B) 355.71º 0.99% 0.72% -
XYZ 19.62 10.12 1.33 -
YUV 56.9 103.8 217.94 -
System Red Green Blue C M Y K H S L
Decimal 183 1 14 0 0.99 0.92 0.28 355.71 0.99 0.36
Hex B7 1 E 0 63 5C 1C 164 63 24
Octal 267 1 16 0 143 134 34 544 143 44
Binary 10110111 1 1110 0 1100011 1011100 11100 101100100 1100011 100100

Color Harmonies of #B7010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7010E

Black with #B7010E

Text Example


Text Example

White with #B7010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7010E; }

 p { color: rgb(183,1,14); }

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

background-color css

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

 a { background-color: rgb(183,1,14); }

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

border-color css

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

 span { border-color: rgb(183,1,14); }

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