Html Css Color HEX #B7010D Venetian Red

📋 copy color: '#B7010D'

red 183 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #B7010D

Tints of Venetian Red #B7010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.6%

R = 92.89%
G = 0.51%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7010D (or 0xB7010D) is known color: Venetian Red. HEX triplet: B7, 01 and 0D. RGB value is (183,1,13). Sum of RGB (Red+Green+Blue) = 183+1+13=197 (26% of max value = 765). Red value is 183 (71.88% from 255 or 92.89% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 183 - color contains mainly: red. Hex color #B7010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7010D is #48FEF2. Grayscale: #383838. Windows color (decimal): -4783859 or 852407. OLE color: 852407.

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

Color convert

RGB 183 1 13 -
CMYK 0 0.99 0.93 0.28
HSL 356.04º 0.99% 0.36% -
HSV(B) 356.04º 0.99% 0.72% -
XYZ 19.61 10.12 1.3 -
YUV 56.79 103.3 218.02 -
System Red Green Blue C M Y K H S L
Decimal 183 1 13 0 0.99 0.93 0.28 356.04 0.99 0.36
Hex B7 1 D 0 63 5D 1C 164 63 24
Octal 267 1 15 0 143 135 34 544 143 44
Binary 10110111 1 1101 0 1100011 1011101 11100 101100100 1100011 100100

Color Harmonies of #B7010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7010D

Black with #B7010D

Text Example


Text Example

White with #B7010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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