Html Css Color HEX #BD042C Venetian Red

📋 copy color: '#BD042C'

red 189 ◦ green 4 ◦ blue 44

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

Shades of Venetian Red #BD042C

Tints of Venetian Red #BD042C

RGB

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

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

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

R = 79.75%
G = 1.69%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD042C (or 0xBD042C) is known color: Venetian Red. HEX triplet: BD, 04 and 2C. RGB value is (189,4,44). Sum of RGB (Red+Green+Blue) = 189+4+44=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD042C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD042C is #42FBD3. Grayscale: #3F3F3F. Windows color (decimal): -4389844 or 2884797. OLE color: 2884797.

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

Color convert

RGB 189 4 44 -
CMYK 0 0.98 0.77 0.26
HSL 347.03º 0.96% 0.38% -
HSV(B) 347.03º 0.98% 0.74% -
XYZ 21.48 11.09 3.39 -
YUV 63.88 116.79 217.25 -
System Red Green Blue C M Y K H S L
Decimal 189 4 44 0 0.98 0.77 0.26 347.03 0.96 0.38
Hex BD 4 2C 0 62 4D 1A 15B 60 26
Octal 275 4 54 0 142 115 32 533 140 46
Binary 10111101 100 101100 0 1100010 1001101 11010 101011011 1100000 100110

Color Harmonies of #BD042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD042C

Black with #BD042C

Text Example


Text Example

White with #BD042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD042C; }

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

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

background-color css

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

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

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

border-color css

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

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

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