Html Css Color HEX #BD080A Venetian Red

📋 copy color: '#BD080A'

red 189 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #BD080A

Tints of Venetian Red #BD080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.83%

R = 91.3%
G = 3.86%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD080A (or 0xBD080A) is known color: Venetian Red. HEX triplet: BD, 08 and 0A. RGB value is (189,8,10). Sum of RGB (Red+Green+Blue) = 189+8+10=207 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.30% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 189 - color contains mainly: red. Hex color #BD080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD080A is #42F7F5. Grayscale: #3E3E3E. Windows color (decimal): -4388854 or 657597. OLE color: 657597.

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

Color convert

RGB 189 8 10 -
CMYK 0 0.96 0.95 0.26
HSL 359.34º 0.92% 0.39% -
HSV(B) 359.34º 0.96% 0.74% -
XYZ 21.13 11.01 1.3 -
YUV 62.35 98.47 218.34 -
System Red Green Blue C M Y K H S L
Decimal 189 8 10 0 0.96 0.95 0.26 359.34 0.92 0.39
Hex BD 8 A 0 60 5F 1A 167 5C 27
Octal 275 10 12 0 140 137 32 547 134 47
Binary 10111101 1000 1010 0 1100000 1011111 11010 101100111 1011100 100111

Color Harmonies of #BD080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD080A

Black with #BD080A

Text Example


Text Example

White with #BD080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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