Html Css Color HEX #BD080E Venetian Red

📋 copy color: '#BD080E'

red 189 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #BD080E

Tints of Venetian Red #BD080E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.64%

R = 89.57%
G = 3.79%
B = 6.64%

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

#BD080E (or 0xBD080E) is known color: Venetian Red. HEX triplet: BD, 08 and 0E. RGB value is (189,8,14). Sum of RGB (Red+Green+Blue) = 189+8+14=211 (27% of max value = 765). Red value is 189 (74.22% from 255 or 89.57% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 189 - color contains mainly: red. Hex color #BD080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD080E is #42F7F1. Grayscale: #3E3E3E. Windows color (decimal): -4388850 or 919741. OLE color: 919741.

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

Color convert

RGB 189 8 14 -
CMYK 0 0.96 0.93 0.26
HSL 358.01º 0.92% 0.39% -
HSV(B) 358.01º 0.96% 0.74% -
XYZ 21.15 11.02 1.43 -
YUV 62.8 100.47 218.01 -
System Red Green Blue C M Y K H S L
Decimal 189 8 14 0 0.96 0.93 0.26 358.01 0.92 0.39
Hex BD 8 E 0 60 5D 1A 166 5C 27
Octal 275 10 16 0 140 135 32 546 134 47
Binary 10111101 1000 1110 0 1100000 1011101 11010 101100110 1011100 100111

Color Harmonies of #BD080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD080E

Black with #BD080E

Text Example


Text Example

White with #BD080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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