Html Css Color HEX #B9000D Venetian Red

📋 copy color: '#B9000D'

red 185 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #B9000D

Tints of Venetian Red #B9000D

RGB

 RED value IS 185 (72.66% from 255) = 93.43%

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

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

R = 93.43%
G = 0%
B = 6.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B9000D (or 0xB9000D) is known color: Venetian Red. HEX triplet: B9, 00 and 0D. RGB value is (185,0,13). Sum of RGB (Red+Green+Blue) = 185+0+13=198 (26% of max value = 765). Red value is 185 (72.66% from 255 or 93.43% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 185 - color contains mainly: red. Hex color #B9000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9000D is #46FFF2. Grayscale: #383838. Windows color (decimal): -4653043 or 852153. OLE color: 852153.

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

Color convert

RGB 185 0 13 -
CMYK 0 1 0.93 0.27
HSL 355.78º 1% 0.36% -
HSV(B) 355.78º 1% 0.73% -
XYZ 20.08 10.34 1.32 -
YUV 56.8 103.29 219.44 -
System Red Green Blue C M Y K H S L
Decimal 185 0 13 0 1 0.93 0.27 355.78 1 0.36
Hex B9 0 D 0 64 5D 1B 164 64 24
Octal 271 0 15 0 144 135 33 544 144 44
Binary 10111001 0 1101 0 1100100 1011101 11011 101100100 1100100 100100

Color Harmonies of #B9000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9000D

Black with #B9000D

Text Example


Text Example

White with #B9000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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