Html Css Color HEX #BD051D Venetian Red

📋 copy color: '#BD051D'

red 189 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #BD051D

Tints of Venetian Red #BD051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13%

R = 84.75%
G = 2.24%
B = 13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD051D (or 0xBD051D) is known color: Venetian Red. HEX triplet: BD, 05 and 1D. RGB value is (189,5,29). Sum of RGB (Red+Green+Blue) = 189+5+29=223 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.75% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 189 - color contains mainly: red. Hex color #BD051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD051D is #42FAE2. Grayscale: #3E3E3E. Windows color (decimal): -4389603 or 1902013. OLE color: 1902013.

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

Color convert

RGB 189 5 29 -
CMYK 0 0.97 0.85 0.26
HSL 352.17º 0.95% 0.38% -
HSV(B) 352.17º 0.97% 0.74% -
XYZ 21.26 11.02 2.17 -
YUV 62.75 108.96 218.05 -
System Red Green Blue C M Y K H S L
Decimal 189 5 29 0 0.97 0.85 0.26 352.17 0.95 0.38
Hex BD 5 1D 0 61 55 1A 160 5F 26
Octal 275 5 35 0 141 125 32 540 137 46
Binary 10111101 101 11101 0 1100001 1010101 11010 101100000 1011111 100110

Color Harmonies of #BD051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD051D

Black with #BD051D

Text Example


Text Example

White with #BD051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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