Html Css Color HEX #BD080B Venetian Red

📋 copy color: '#BD080B'

red 189 ◦ green 8 ◦ blue 11

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

Shades of Venetian Red #BD080B

Tints of Venetian Red #BD080B

RGB

 RED value IS 189 (74.22% from 255) = 90.87%

 GREEN value IS 8 (3.52% from 255) = 3.85%

 BLUE value IS 11 (4.69% from 255) = 5.29%

R = 90.87%
G = 3.85%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD080B (or 0xBD080B) is known color: Venetian Red. HEX triplet: BD, 08 and 0B. RGB value is (189,8,11). Sum of RGB (Red+Green+Blue) = 189+8+11=208 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90.87% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 189 - color contains mainly: red. Hex color #BD080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD080B is #42F7F4. Grayscale: #3E3E3E. Windows color (decimal): -4388853 or 723133. OLE color: 723133.

HSL color Cylindrical-coordinate representation of color #BD080B: hue angle of 359.01º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD080B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 8 11 -
CMYK 0 0.96 0.94 0.26
HSL 359.01º 0.92% 0.39% -
HSV(B) 359.01º 0.96% 0.74% -
XYZ 21.13 11.02 1.33 -
YUV 62.46 98.97 218.26 -
System Red Green Blue C M Y K H S L
Decimal 189 8 11 0 0.96 0.94 0.26 359.01 0.92 0.39
Hex BD 8 B 0 60 5E 1A 167 5C 27
Octal 275 10 13 0 140 136 32 547 134 47
Binary 10111101 1000 1011 0 1100000 1011110 11010 101100111 1011100 100111

Color Harmonies of #BD080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD080B

Black with #BD080B

Text Example


Text Example

White with #BD080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD080B; }

 p { color: rgb(189,8,11); }

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

background-color css

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

 a { background-color: rgb(189,8,11); }

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

border-color css

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

 span { border-color: rgb(189,8,11); }

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