Html Css Color HEX #BD042B Venetian Red

📋 copy color: '#BD042B'

red 189 ◦ green 4 ◦ blue 43

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

Shades of Venetian Red #BD042B

Tints of Venetian Red #BD042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.22%

R = 80.08%
G = 1.69%
B = 18.22%

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

#BD042B (or 0xBD042B) is known color: Venetian Red. HEX triplet: BD, 04 and 2B. RGB value is (189,4,43). Sum of RGB (Red+Green+Blue) = 189+4+43=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD042B is #42FBD4. Grayscale: #3F3F3F. Windows color (decimal): -4389845 or 2819261. OLE color: 2819261.

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

Color convert

RGB 189 4 43 -
CMYK 0 0.98 0.77 0.26
HSL 347.35º 0.96% 0.38% -
HSV(B) 347.35º 0.98% 0.74% -
XYZ 21.47 11.08 3.29 -
YUV 63.76 116.29 217.33 -
System Red Green Blue C M Y K H S L
Decimal 189 4 43 0 0.98 0.77 0.26 347.35 0.96 0.38
Hex BD 4 2B 0 62 4D 1A 15B 60 26
Octal 275 4 53 0 142 115 32 533 140 46
Binary 10111101 100 101011 0 1100010 1001101 11010 101011011 1100000 100110

Color Harmonies of #BD042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD042B

Black with #BD042B

Text Example


Text Example

White with #BD042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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