Html Css Color HEX #BD080F Venetian Red

📋 copy color: '#BD080F'

red 189 ◦ green 8 ◦ blue 15

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

Shades of Venetian Red #BD080F

Tints of Venetian Red #BD080F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.08%

R = 89.15%
G = 3.77%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD080F (or 0xBD080F) is known color: Venetian Red. HEX triplet: BD, 08 and 0F. RGB value is (189,8,15). Sum of RGB (Red+Green+Blue) = 189+8+15=212 (28% of max value = 765). Red value is 189 (74.22% from 255 or 89.15% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 189 - color contains mainly: red. Hex color #BD080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD080F is #42F7F0. Grayscale: #3F3F3F. Windows color (decimal): -4388849 or 985277. OLE color: 985277.

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

Color convert

RGB 189 8 15 -
CMYK 0 0.96 0.92 0.26
HSL 357.68º 0.92% 0.39% -
HSV(B) 357.68º 0.96% 0.74% -
XYZ 21.16 11.03 1.47 -
YUV 62.92 100.97 217.93 -
System Red Green Blue C M Y K H S L
Decimal 189 8 15 0 0.96 0.92 0.26 357.68 0.92 0.39
Hex BD 8 F 0 60 5C 1A 166 5C 27
Octal 275 10 17 0 140 134 32 546 134 47
Binary 10111101 1000 1111 0 1100000 1011100 11010 101100110 1011100 100111

Color Harmonies of #BD080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD080F

Black with #BD080F

Text Example


Text Example

White with #BD080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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