Html Css Color HEX #BD0322 Venetian Red

📋 copy color: '#BD0322'

red 189 ◦ green 3 ◦ blue 34

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

Shades of Venetian Red #BD0322

Tints of Venetian Red #BD0322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.04%

R = 83.63%
G = 1.33%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD0322 (or 0xBD0322) is known color: Venetian Red. HEX triplet: BD, 03 and 22. RGB value is (189,3,34). Sum of RGB (Red+Green+Blue) = 189+3+34=226 (29% of max value = 765). Red value is 189 (74.22% from 255 or 83.63% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0322 is #42FCDD. Grayscale: #3E3E3E. Windows color (decimal): -4390110 or 2229181. OLE color: 2229181.

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

Color convert

RGB 189 3 34 -
CMYK 0 0.98 0.82 0.26
HSL 350º 0.97% 0.38% -
HSV(B) 350º 0.98% 0.74% -
XYZ 21.31 11 2.51 -
YUV 62.15 112.12 218.48 -
System Red Green Blue C M Y K H S L
Decimal 189 3 34 0 0.98 0.82 0.26 350 0.97 0.38
Hex BD 3 22 0 62 52 1A 15E 61 26
Octal 275 3 42 0 142 122 32 536 141 46
Binary 10111101 11 100010 0 1100010 1010010 11010 101011110 1100001 100110

Color Harmonies of #BD0322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0322

Black with #BD0322

Text Example


Text Example

White with #BD0322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0322; }

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

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

background-color css

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

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

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

border-color css

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

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

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