Html Css Color HEX #BD0421 Venetian Red

📋 copy color: '#BD0421'

red 189 ◦ green 4 ◦ blue 33

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

Shades of Venetian Red #BD0421

Tints of Venetian Red #BD0421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.77%

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

R = 83.63%
G = 1.77%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD0421 (or 0xBD0421) is known color: Venetian Red. HEX triplet: BD, 04 and 21. RGB value is (189,4,33). Sum of RGB (Red+Green+Blue) = 189+4+33=226 (29% of max value = 765). Red value is 189 (74.22% from 255 or 83.63% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0421 is #42FBDE. Grayscale: #3E3E3E. Windows color (decimal): -4389855 or 2163901. OLE color: 2163901.

HSL color Cylindrical-coordinate representation of color #BD0421: hue angle of 350.59º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0421 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 4 33 -
CMYK 0 0.98 0.83 0.26
HSL 350.59º 0.96% 0.38% -
HSV(B) 350.59º 0.98% 0.74% -
XYZ 21.3 11.02 2.44 -
YUV 62.62 111.29 218.14 -
System Red Green Blue C M Y K H S L
Decimal 189 4 33 0 0.98 0.83 0.26 350.59 0.96 0.38
Hex BD 4 21 0 62 53 1A 15F 60 26
Octal 275 4 41 0 142 123 32 537 140 46
Binary 10111101 100 100001 0 1100010 1010011 11010 101011111 1100000 100110

Color Harmonies of #BD0421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0421

Black with #BD0421

Text Example


Text Example

White with #BD0421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0421; }

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

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

background-color css

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

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

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

border-color css

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

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

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