Html Css Color HEX #BD081B Venetian Red

📋 copy color: '#BD081B'

red 189 ◦ green 8 ◦ blue 27

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

Shades of Venetian Red #BD081B

Tints of Venetian Red #BD081B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.05%

R = 84.38%
G = 3.57%
B = 12.05%

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

#BD081B (or 0xBD081B) is known color: Venetian Red. HEX triplet: BD, 08 and 1B. RGB value is (189,8,27). Sum of RGB (Red+Green+Blue) = 189+8+27=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD081B is #42F7E4. Grayscale: #404040. Windows color (decimal): -4388837 or 1771709. OLE color: 1771709.

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

Color convert

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

Color Harmonies of #BD081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD081B

Black with #BD081B

Text Example


Text Example

White with #BD081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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