Html Css Color HEX #BD080D Venetian Red

📋 copy color: '#BD080D'

red 189 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #BD080D

Tints of Venetian Red #BD080D

RGB

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

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

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

R = 90%
G = 3.81%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD080D (or 0xBD080D) is known color: Venetian Red. HEX triplet: BD, 08 and 0D. RGB value is (189,8,13). Sum of RGB (Red+Green+Blue) = 189+8+13=210 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 189 - color contains mainly: red. Hex color #BD080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD080D is #42F7F2. Grayscale: #3E3E3E. Windows color (decimal): -4388851 or 854205. OLE color: 854205.

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

Color convert

RGB 189 8 13 -
CMYK 0 0.96 0.93 0.26
HSL 358.34º 0.92% 0.39% -
HSV(B) 358.34º 0.96% 0.74% -
XYZ 21.15 11.02 1.39 -
YUV 62.69 99.97 218.09 -
System Red Green Blue C M Y K H S L
Decimal 189 8 13 0 0.96 0.93 0.26 358.34 0.92 0.39
Hex BD 8 D 0 60 5D 1A 166 5C 27
Octal 275 10 15 0 140 135 32 546 134 47
Binary 10111101 1000 1101 0 1100000 1011101 11010 101100110 1011100 100111

Color Harmonies of #BD080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD080D

Black with #BD080D

Text Example


Text Example

White with #BD080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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