Html Css Color HEX #BD0121 Venetian Red

📋 copy color: '#BD0121'

red 189 ◦ green 1 ◦ blue 33

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

Shades of Venetian Red #BD0121

Tints of Venetian Red #BD0121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.8%

R = 84.75%
G = 0.45%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD0121 (or 0xBD0121) is known color: Venetian Red. HEX triplet: BD, 01 and 21. RGB value is (189,1,33). Sum of RGB (Red+Green+Blue) = 189+1+33=223 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.75% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0121 is #42FEDE. Grayscale: #3C3C3C. Windows color (decimal): -4390623 or 2163133. OLE color: 2163133.

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

Color convert

RGB 189 1 33 -
CMYK 0 0.99 0.83 0.26
HSL 349.79º 0.99% 0.37% -
HSV(B) 349.79º 0.99% 0.74% -
XYZ 21.27 10.95 2.43 -
YUV 60.86 112.28 219.4 -
System Red Green Blue C M Y K H S L
Decimal 189 1 33 0 0.99 0.83 0.26 349.79 0.99 0.37
Hex BD 1 21 0 63 53 1A 15E 63 25
Octal 275 1 41 0 143 123 32 536 143 45
Binary 10111101 1 100001 0 1100011 1010011 11010 101011110 1100011 100101

Color Harmonies of #BD0121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0121

Black with #BD0121

Text Example


Text Example

White with #BD0121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0121; }

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

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

background-color css

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

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

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

border-color css

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

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

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