Html Css Color HEX #BD042D Venetian Red

📋 copy color: '#BD042D'

red 189 ◦ green 4 ◦ blue 45

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

Shades of Venetian Red #BD042D

Tints of Venetian Red #BD042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

 BLUE value IS 45 (17.97% from 255) = 18.91%

R = 79.41%
G = 1.68%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD042D (or 0xBD042D) is known color: Venetian Red. HEX triplet: BD, 04 and 2D. RGB value is (189,4,45). Sum of RGB (Red+Green+Blue) = 189+4+45=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD042D is #42FBD2. Grayscale: #404040. Windows color (decimal): -4389843 or 2950333. OLE color: 2950333.

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

Color convert

RGB 189 4 45 -
CMYK 0 0.98 0.76 0.26
HSL 346.7º 0.96% 0.38% -
HSV(B) 346.7º 0.98% 0.74% -
XYZ 21.5 11.1 3.49 -
YUV 63.99 117.29 217.17 -
System Red Green Blue C M Y K H S L
Decimal 189 4 45 0 0.98 0.76 0.26 346.7 0.96 0.38
Hex BD 4 2D 0 62 4C 1A 15B 60 26
Octal 275 4 55 0 142 114 32 533 140 46
Binary 10111101 100 101101 0 1100010 1001100 11010 101011011 1100000 100110

Color Harmonies of #BD042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD042D

Black with #BD042D

Text Example


Text Example

White with #BD042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD042D; }

 p { color: rgb(189,4,45); }

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

background-color css

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

 a { background-color: rgb(189,4,45); }

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

border-color css

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

 span { border-color: rgb(189,4,45); }

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