Html Css Color HEX #BD060F Venetian Red

📋 copy color: '#BD060F'

red 189 ◦ green 6 ◦ blue 15

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

Shades of Venetian Red #BD060F

Tints of Venetian Red #BD060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

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

R = 90%
G = 2.86%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD060F (or 0xBD060F) is known color: Venetian Red. HEX triplet: BD, 06 and 0F. RGB value is (189,6,15). Sum of RGB (Red+Green+Blue) = 189+6+15=210 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 189 - color contains mainly: red. Hex color #BD060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD060F is #42F9F0. Grayscale: #3D3D3D. Windows color (decimal): -4389361 or 984765. OLE color: 984765.

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

Color convert

RGB 189 6 15 -
CMYK 0 0.97 0.92 0.26
HSL 357.05º 0.94% 0.38% -
HSV(B) 357.05º 0.97% 0.74% -
XYZ 21.14 10.98 1.46 -
YUV 61.74 101.63 218.77 -
System Red Green Blue C M Y K H S L
Decimal 189 6 15 0 0.97 0.92 0.26 357.05 0.94 0.38
Hex BD 6 F 0 61 5C 1A 165 5E 26
Octal 275 6 17 0 141 134 32 545 136 46
Binary 10111101 110 1111 0 1100001 1011100 11010 101100101 1011110 100110

Color Harmonies of #BD060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD060F

Black with #BD060F

Text Example


Text Example

White with #BD060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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