Html Css Color HEX #BD082B Venetian Red

📋 copy color: '#BD082B'

red 189 ◦ green 8 ◦ blue 43

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

Shades of Venetian Red #BD082B

Tints of Venetian Red #BD082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.33%

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

R = 78.75%
G = 3.33%
B = 17.92%

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

#BD082B (or 0xBD082B) is known color: Venetian Red. HEX triplet: BD, 08 and 2B. RGB value is (189,8,43). Sum of RGB (Red+Green+Blue) = 189+8+43=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD082B is #42F7D4. Grayscale: #424242. Windows color (decimal): -4388821 or 2820285. OLE color: 2820285.

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

Color convert

RGB 189 8 43 -
CMYK 0 0.96 0.77 0.26
HSL 348.4º 0.92% 0.39% -
HSV(B) 348.4º 0.96% 0.74% -
XYZ 21.51 11.17 3.31 -
YUV 66.11 114.97 215.65 -
System Red Green Blue C M Y K H S L
Decimal 189 8 43 0 0.96 0.77 0.26 348.4 0.92 0.39
Hex BD 8 2B 0 60 4D 1A 15C 5C 27
Octal 275 10 53 0 140 115 32 534 134 47
Binary 10111101 1000 101011 0 1100000 1001101 11010 101011100 1011100 100111

Color Harmonies of #BD082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD082B

Black with #BD082B

Text Example


Text Example

White with #BD082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD082B; }

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

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

background-color css

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

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

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

border-color css

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

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

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