Html Css Color HEX #BD001A Venetian Red

📋 copy color: '#BD001A'

red 189 ◦ green 0 ◦ blue 26

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

Shades of Venetian Red #BD001A

Tints of Venetian Red #BD001A

RGB

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

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

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

R = 87.91%
G = 0%
B = 12.09%

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

#BD001A (or 0xBD001A) is known color: Venetian Red. HEX triplet: BD, 00 and 1A. RGB value is (189,0,26). Sum of RGB (Red+Green+Blue) = 189+0+26=215 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.91% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 189 - color contains mainly: red. Hex color #BD001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD001A is #42FFE5. Grayscale: #3B3B3B. Windows color (decimal): -4390886 or 1704125. OLE color: 1704125.

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

Color convert

RGB 189 0 26 -
CMYK 0 1 0.86 0.26
HSL 351.75º 1% 0.37% -
HSV(B) 351.75º 1% 0.74% -
XYZ 21.17 10.89 1.96 -
YUV 59.48 109.12 220.39 -
System Red Green Blue C M Y K H S L
Decimal 189 0 26 0 1 0.86 0.26 351.75 1 0.37
Hex BD 0 1A 0 64 56 1A 160 64 25
Octal 275 0 32 0 144 126 32 540 144 45
Binary 10111101 0 11010 0 1100100 1010110 11010 101100000 1100100 100101

Color Harmonies of #BD001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD001A

Black with #BD001A

Text Example


Text Example

White with #BD001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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