Html Css Color HEX #BD001B Venetian Red

📋 copy color: '#BD001B'

red 189 ◦ green 0 ◦ blue 27

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

Shades of Venetian Red #BD001B

Tints of Venetian Red #BD001B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.5%
G = 0%
B = 12.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD001B (or 0xBD001B) is known color: Venetian Red. HEX triplet: BD, 00 and 1B. RGB value is (189,0,27). Sum of RGB (Red+Green+Blue) = 189+0+27=216 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.5% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 189 - color contains mainly: red. Hex color #BD001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD001B is #42FFE4. Grayscale: #3B3B3B. Windows color (decimal): -4390885 or 1769661. OLE color: 1769661.

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

Color convert

RGB 189 0 27 -
CMYK 0 1 0.86 0.26
HSL 351.43º 1% 0.37% -
HSV(B) 351.43º 1% 0.74% -
XYZ 21.18 10.9 2.02 -
YUV 59.59 109.62 220.3 -
System Red Green Blue C M Y K H S L
Decimal 189 0 27 0 1 0.86 0.26 351.43 1 0.37
Hex BD 0 1B 0 64 56 1A 15F 64 25
Octal 275 0 33 0 144 126 32 537 144 45
Binary 10111101 0 11011 0 1100100 1010110 11010 101011111 1100100 100101

Color Harmonies of #BD001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD001B

Black with #BD001B

Text Example


Text Example

White with #BD001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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