Html Css Color HEX #BD0321 Venetian Red

📋 copy color: '#BD0321'

red 189 ◦ green 3 ◦ blue 33

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

Shades of Venetian Red #BD0321

Tints of Venetian Red #BD0321

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

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

R = 84%
G = 1.33%
B = 14.67%

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

#BD0321 (or 0xBD0321) is known color: Venetian Red. HEX triplet: BD, 03 and 21. RGB value is (189,3,33). Sum of RGB (Red+Green+Blue) = 189+3+33=225 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0321 is #42FCDE. Grayscale: #3E3E3E. Windows color (decimal): -4390111 or 2163645. OLE color: 2163645.

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

Color convert

RGB 189 3 33 -
CMYK 0 0.98 0.83 0.26
HSL 350.32º 0.97% 0.38% -
HSV(B) 350.32º 0.98% 0.74% -
XYZ 21.29 10.99 2.44 -
YUV 62.03 111.62 218.56 -
System Red Green Blue C M Y K H S L
Decimal 189 3 33 0 0.98 0.83 0.26 350.32 0.97 0.38
Hex BD 3 21 0 62 53 1A 15E 61 26
Octal 275 3 41 0 142 123 32 536 141 46
Binary 10111101 11 100001 0 1100010 1010011 11010 101011110 1100001 100110

Color Harmonies of #BD0321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0321

Black with #BD0321

Text Example


Text Example

White with #BD0321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0321; }

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

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

background-color css

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

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

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

border-color css

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

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

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