Html Css Color HEX #BD081A Venetian Red

📋 copy color: '#BD081A'

red 189 ◦ green 8 ◦ blue 26

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

Shades of Venetian Red #BD081A

Tints of Venetian Red #BD081A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.66%

R = 84.75%
G = 3.59%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD081A (or 0xBD081A) is known color: Venetian Red. HEX triplet: BD, 08 and 1A. RGB value is (189,8,26). Sum of RGB (Red+Green+Blue) = 189+8+26=223 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.75% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 189 - color contains mainly: red. Hex color #BD081A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD081A is #42F7E5. Grayscale: #404040. Windows color (decimal): -4388838 or 1706173. OLE color: 1706173.

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

Color convert

RGB 189 8 26 -
CMYK 0 0.96 0.86 0.26
HSL 354.03º 0.92% 0.39% -
HSV(B) 354.03º 0.96% 0.74% -
XYZ 21.26 11.07 1.99 -
YUV 64.17 106.47 217.04 -
System Red Green Blue C M Y K H S L
Decimal 189 8 26 0 0.96 0.86 0.26 354.03 0.92 0.39
Hex BD 8 1A 0 60 56 1A 162 5C 27
Octal 275 10 32 0 140 126 32 542 134 47
Binary 10111101 1000 11010 0 1100000 1010110 11010 101100010 1011100 100111

Color Harmonies of #BD081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD081A

Black with #BD081A

Text Example


Text Example

White with #BD081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD081A; }

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

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

background-color css

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

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

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

border-color css

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

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

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