Html Css Color HEX #BD0021 Venetian Red

📋 copy color: '#BD0021'

red 189 ◦ green 0 ◦ blue 33

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

Shades of Venetian Red #BD0021

Tints of Venetian Red #BD0021

RGB

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

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

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

R = 85.14%
G = 0%
B = 14.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD0021 (or 0xBD0021) is known color: Venetian Red. HEX triplet: BD, 00 and 21. RGB value is (189,0,33). Sum of RGB (Red+Green+Blue) = 189+0+33=222 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.14% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0021 is #42FFDE. Grayscale: #3C3C3C. Windows color (decimal): -4390879 or 2162877. OLE color: 2162877.

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

Color convert

RGB 189 0 33 -
CMYK 0 1 0.83 0.26
HSL 349.52º 1% 0.37% -
HSV(B) 349.52º 1% 0.74% -
XYZ 21.26 10.93 2.43 -
YUV 60.27 112.62 219.82 -
System Red Green Blue C M Y K H S L
Decimal 189 0 33 0 1 0.83 0.26 349.52 1 0.37
Hex BD 0 21 0 64 53 1A 15E 64 25
Octal 275 0 41 0 144 123 32 536 144 45
Binary 10111101 0 100001 0 1100100 1010011 11010 101011110 1100100 100101

Color Harmonies of #BD0021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0021

Black with #BD0021

Text Example


Text Example

White with #BD0021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0021; }

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

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

background-color css

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

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

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

border-color css

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

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

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