Html Css Color HEX #B7000D Venetian Red

📋 copy color: '#B7000D'

red 183 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #B7000D

Tints of Venetian Red #B7000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.37%
G = 0%
B = 6.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7000D (or 0xB7000D) is known color: Venetian Red. HEX triplet: B7, 00 and 0D. RGB value is (183,0,13). Sum of RGB (Red+Green+Blue) = 183+0+13=196 (25% of max value = 765). Red value is 183 (71.88% from 255 or 93.37% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 183 - color contains mainly: red. Hex color #B7000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7000D is #48FFF2. Grayscale: #383838. Windows color (decimal): -4784115 or 852151. OLE color: 852151.

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

Color convert

RGB 183 0 13 -
CMYK 0 1 0.93 0.28
HSL 355.74º 1% 0.36% -
HSV(B) 355.74º 1% 0.72% -
XYZ 19.6 10.1 1.3 -
YUV 56.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 183 0 13 0 1 0.93 0.28 355.74 1 0.36
Hex B7 0 D 0 64 5D 1C 164 64 24
Octal 267 0 15 0 144 135 34 544 144 44
Binary 10110111 0 1101 0 1100100 1011101 11100 101100100 1100100 100100

Color Harmonies of #B7000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7000D

Black with #B7000D

Text Example


Text Example

White with #B7000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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