Html Css Color HEX #BD0507 Venetian Red

📋 copy color: '#BD0507'

red 189 ◦ green 5 ◦ blue 7

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

Shades of Venetian Red #BD0507

Tints of Venetian Red #BD0507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

 BLUE value IS 7 (3.13% from 255) = 3.48%

R = 94.03%
G = 2.49%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD0507 (or 0xBD0507) is known color: Venetian Red. HEX triplet: BD, 05 and 07. RGB value is (189,5,7). Sum of RGB (Red+Green+Blue) = 189+5+7=201 (26% of max value = 765). Red value is 189 (74.22% from 255 or 94.03% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0507 is #42FAF8. Grayscale: #3C3C3C. Windows color (decimal): -4389625 or 460221. OLE color: 460221.

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

Color convert

RGB 189 5 7 -
CMYK 0 0.97 0.96 0.26
HSL 359.35º 0.95% 0.38% -
HSV(B) 359.35º 0.97% 0.74% -
XYZ 21.08 10.94 1.2 -
YUV 60.24 97.96 219.84 -
System Red Green Blue C M Y K H S L
Decimal 189 5 7 0 0.97 0.96 0.26 359.35 0.95 0.38
Hex BD 5 7 0 61 60 1A 167 5F 26
Octal 275 5 7 0 141 140 32 547 137 46
Binary 10111101 101 111 0 1100001 1100000 11010 101100111 1011111 100110

Color Harmonies of #BD0507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0507

Black with #BD0507

Text Example


Text Example

White with #BD0507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0507; }

 p { color: rgb(189,5,7); }

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

background-color css

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

 a { background-color: rgb(189,5,7); }

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

border-color css

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

 span { border-color: rgb(189,5,7); }

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