Html Css Color HEX #BD012D Venetian Red

📋 copy color: '#BD012D'

red 189 ◦ green 1 ◦ blue 45

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

Shades of Venetian Red #BD012D

Tints of Venetian Red #BD012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.15%

R = 80.43%
G = 0.43%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD012D (or 0xBD012D) is known color: Venetian Red. HEX triplet: BD, 01 and 2D. RGB value is (189,1,45). Sum of RGB (Red+Green+Blue) = 189+1+45=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD012D is #42FED2. Grayscale: #3E3E3E. Windows color (decimal): -4390611 or 2949565. OLE color: 2949565.

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

Color convert

RGB 189 1 45 -
CMYK 0 0.99 0.76 0.26
HSL 345.96º 0.99% 0.37% -
HSV(B) 345.96º 0.99% 0.74% -
XYZ 21.47 11.03 3.48 -
YUV 62.23 118.28 218.42 -
System Red Green Blue C M Y K H S L
Decimal 189 1 45 0 0.99 0.76 0.26 345.96 0.99 0.37
Hex BD 1 2D 0 63 4C 1A 15A 63 25
Octal 275 1 55 0 143 114 32 532 143 45
Binary 10111101 1 101101 0 1100011 1001100 11010 101011010 1100011 100101

Color Harmonies of #BD012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD012D

Black with #BD012D

Text Example


Text Example

White with #BD012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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