Html Css Color HEX #BD0022 Venetian Red

📋 copy color: '#BD0022'

red 189 ◦ green 0 ◦ blue 34

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

Shades of Venetian Red #BD0022

Tints of Venetian Red #BD0022

RGB

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

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

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

R = 84.75%
G = 0%
B = 15.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD0022 (or 0xBD0022) is known color: Venetian Red. HEX triplet: BD, 00 and 22. RGB value is (189,0,34). Sum of RGB (Red+Green+Blue) = 189+0+34=223 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.75% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0022 is #42FFDD. Grayscale: #3C3C3C. Windows color (decimal): -4390878 or 2228413. OLE color: 2228413.

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

Color convert

RGB 189 0 34 -
CMYK 0 1 0.82 0.26
HSL 349.21º 1% 0.37% -
HSV(B) 349.21º 1% 0.74% -
XYZ 21.28 10.93 2.5 -
YUV 60.39 113.12 219.74 -
System Red Green Blue C M Y K H S L
Decimal 189 0 34 0 1 0.82 0.26 349.21 1 0.37
Hex BD 0 22 0 64 52 1A 15D 64 25
Octal 275 0 42 0 144 122 32 535 144 45
Binary 10111101 0 100010 0 1100100 1010010 11010 101011101 1100100 100101

Color Harmonies of #BD0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0022

Black with #BD0022

Text Example


Text Example

White with #BD0022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0022; }

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

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

background-color css

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

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

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

border-color css

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

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

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