Html Css Color HEX #BD032B Venetian Red

📋 copy color: '#BD032B'

red 189 ◦ green 3 ◦ blue 43

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

Shades of Venetian Red #BD032B

Tints of Venetian Red #BD032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 80.43%
G = 1.28%
B = 18.3%

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

#BD032B (or 0xBD032B) is known color: Venetian Red. HEX triplet: BD, 03 and 2B. RGB value is (189,3,43). Sum of RGB (Red+Green+Blue) = 189+3+43=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD032B is #42FCD4. Grayscale: #3F3F3F. Windows color (decimal): -4390101 or 2819005. OLE color: 2819005.

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

Color convert

RGB 189 3 43 -
CMYK 0 0.98 0.77 0.26
HSL 347.1º 0.97% 0.38% -
HSV(B) 347.1º 0.98% 0.74% -
XYZ 21.45 11.06 3.29 -
YUV 63.17 116.62 217.75 -
System Red Green Blue C M Y K H S L
Decimal 189 3 43 0 0.98 0.77 0.26 347.1 0.97 0.38
Hex BD 3 2B 0 62 4D 1A 15B 61 26
Octal 275 3 53 0 142 115 32 533 141 46
Binary 10111101 11 101011 0 1100010 1001101 11010 101011011 1100001 100110

Color Harmonies of #BD032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD032B

Black with #BD032B

Text Example


Text Example

White with #BD032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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