Html Css Color HEX #BD011B Venetian Red

📋 copy color: '#BD011B'

red 189 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #BD011B

Tints of Venetian Red #BD011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 87.1%
G = 0.46%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD011B (or 0xBD011B) is known color: Venetian Red. HEX triplet: BD, 01 and 1B. RGB value is (189,1,27). Sum of RGB (Red+Green+Blue) = 189+1+27=217 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.10% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 189 - color contains mainly: red. Hex color #BD011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD011B is #42FEE4. Grayscale: #3C3C3C. Windows color (decimal): -4390629 or 1769917. OLE color: 1769917.

HSL color Cylindrical-coordinate representation of color #BD011B: hue angle of 351.7º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD011B is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 1 27 -
CMYK 0 0.99 0.86 0.26
HSL 351.7º 0.99% 0.37% -
HSV(B) 351.7º 0.99% 0.74% -
XYZ 21.19 10.92 2.03 -
YUV 60.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 189 1 27 0 0.99 0.86 0.26 351.7 0.99 0.37
Hex BD 1 1B 0 63 56 1A 160 63 25
Octal 275 1 33 0 143 126 32 540 143 45
Binary 10111101 1 11011 0 1100011 1010110 11010 101100000 1100011 100101

Color Harmonies of #BD011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD011B

Black with #BD011B

Text Example


Text Example

White with #BD011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD011B; }

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

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

background-color css

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

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

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

border-color css

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

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

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