Html Css Color HEX #BD052C Venetian Red

📋 copy color: '#BD052C'

red 189 ◦ green 5 ◦ blue 44

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

Shades of Venetian Red #BD052C

Tints of Venetian Red #BD052C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.49%

R = 79.41%
G = 2.1%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD052C (or 0xBD052C) is known color: Venetian Red. HEX triplet: BD, 05 and 2C. RGB value is (189,5,44). Sum of RGB (Red+Green+Blue) = 189+5+44=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD052C is #42FAD3. Grayscale: #404040. Windows color (decimal): -4389588 or 2885053. OLE color: 2885053.

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

Color convert

RGB 189 5 44 -
CMYK 0 0.97 0.77 0.26
HSL 347.28º 0.95% 0.38% -
HSV(B) 347.28º 0.97% 0.74% -
XYZ 21.5 11.11 3.39 -
YUV 64.46 116.46 216.83 -
System Red Green Blue C M Y K H S L
Decimal 189 5 44 0 0.97 0.77 0.26 347.28 0.95 0.38
Hex BD 5 2C 0 61 4D 1A 15B 5F 26
Octal 275 5 54 0 141 115 32 533 137 46
Binary 10111101 101 101100 0 1100001 1001101 11010 101011011 1011111 100110

Color Harmonies of #BD052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD052C

Black with #BD052C

Text Example


Text Example

White with #BD052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD052C; }

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

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

background-color css

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

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

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

border-color css

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

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

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