Html Css Color HEX #BD072B Venetian Red

📋 copy color: '#BD072B'

red 189 ◦ green 7 ◦ blue 43

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

Shades of Venetian Red #BD072B

Tints of Venetian Red #BD072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.93%

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

R = 79.08%
G = 2.93%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD072B (or 0xBD072B) is known color: Venetian Red. HEX triplet: BD, 07 and 2B. RGB value is (189,7,43). Sum of RGB (Red+Green+Blue) = 189+7+43=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD072B is #42F8D4. Grayscale: #414141. Windows color (decimal): -4389077 or 2820029. OLE color: 2820029.

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

Color convert

RGB 189 7 43 -
CMYK 0 0.96 0.77 0.26
HSL 348.13º 0.93% 0.38% -
HSV(B) 348.13º 0.96% 0.74% -
XYZ 21.5 11.15 3.3 -
YUV 65.52 115.3 216.07 -
System Red Green Blue C M Y K H S L
Decimal 189 7 43 0 0.96 0.77 0.26 348.13 0.93 0.38
Hex BD 7 2B 0 60 4D 1A 15C 5D 26
Octal 275 7 53 0 140 115 32 534 135 46
Binary 10111101 111 101011 0 1100000 1001101 11010 101011100 1011101 100110

Color Harmonies of #BD072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD072B

Black with #BD072B

Text Example


Text Example

White with #BD072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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