Html Css Color HEX #BD012B Venetian Red

📋 copy color: '#BD012B'

red 189 ◦ green 1 ◦ blue 43

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

Shades of Venetian Red #BD012B

Tints of Venetian Red #BD012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.45%

R = 81.12%
G = 0.43%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD012B (or 0xBD012B) is known color: Venetian Red. HEX triplet: BD, 01 and 2B. RGB value is (189,1,43). Sum of RGB (Red+Green+Blue) = 189+1+43=233 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.12% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 189 - color contains mainly: red. Hex color #BD012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD012B is #42FED4. Grayscale: #3E3E3E. Windows color (decimal): -4390613 or 2818493. OLE color: 2818493.

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

Color convert

RGB 189 1 43 -
CMYK 0 0.99 0.77 0.26
HSL 346.6º 0.99% 0.37% -
HSV(B) 346.6º 0.99% 0.74% -
XYZ 21.43 11.01 3.28 -
YUV 62 117.28 218.58 -
System Red Green Blue C M Y K H S L
Decimal 189 1 43 0 0.99 0.77 0.26 346.6 0.99 0.37
Hex BD 1 2B 0 63 4D 1A 15B 63 25
Octal 275 1 53 0 143 115 32 533 143 45
Binary 10111101 1 101011 0 1100011 1001101 11010 101011011 1100011 100101

Color Harmonies of #BD012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD012B

Black with #BD012B

Text Example


Text Example

White with #BD012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD012B; }

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

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

background-color css

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

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

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

border-color css

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

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

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