Html Css Color HEX #B7010F Venetian Red

📋 copy color: '#B7010F'

red 183 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #B7010F

Tints of Venetian Red #B7010F

RGB

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

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

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

R = 91.96%
G = 0.5%
B = 7.54%

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

#B7010F (or 0xB7010F) is known color: Venetian Red. HEX triplet: B7, 01 and 0F. RGB value is (183,1,15). Sum of RGB (Red+Green+Blue) = 183+1+15=199 (26% of max value = 765). Red value is 183 (71.88% from 255 or 91.96% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 183 - color contains mainly: red. Hex color #B7010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7010F is #48FEF0. Grayscale: #393939. Windows color (decimal): -4783857 or 983479. OLE color: 983479.

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

Color convert

RGB 183 1 15 -
CMYK 0 0.99 0.92 0.28
HSL 355.38º 0.99% 0.36% -
HSV(B) 355.38º 0.99% 0.72% -
XYZ 19.63 10.12 1.37 -
YUV 57.01 104.3 217.86 -
System Red Green Blue C M Y K H S L
Decimal 183 1 15 0 0.99 0.92 0.28 355.38 0.99 0.36
Hex B7 1 F 0 63 5C 1C 163 63 24
Octal 267 1 17 0 143 134 34 543 143 44
Binary 10110111 1 1111 0 1100011 1011100 11100 101100011 1100011 100100

Color Harmonies of #B7010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7010F

Black with #B7010F

Text Example


Text Example

White with #B7010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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