Html Css Color HEX #BD0122 Venetian Red

📋 copy color: '#BD0122'

red 189 ◦ green 1 ◦ blue 34

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

Shades of Venetian Red #BD0122

Tints of Venetian Red #BD0122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 84.38%
G = 0.45%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD0122 (or 0xBD0122) is known color: Venetian Red. HEX triplet: BD, 01 and 22. RGB value is (189,1,34). Sum of RGB (Red+Green+Blue) = 189+1+34=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0122 is #42FEDD. Grayscale: #3D3D3D. Windows color (decimal): -4390622 or 2228669. OLE color: 2228669.

HSL color Cylindrical-coordinate representation of color #BD0122: hue angle of 349.47º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0122 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 1 34 -
CMYK 0 0.99 0.82 0.26
HSL 349.47º 0.99% 0.37% -
HSV(B) 349.47º 0.99% 0.74% -
XYZ 21.29 10.96 2.51 -
YUV 60.97 112.78 219.32 -
System Red Green Blue C M Y K H S L
Decimal 189 1 34 0 0.99 0.82 0.26 349.47 0.99 0.37
Hex BD 1 22 0 63 52 1A 15D 63 25
Octal 275 1 42 0 143 122 32 535 143 45
Binary 10111101 1 100010 0 1100011 1010010 11010 101011101 1100011 100101

Color Harmonies of #BD0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0122

Black with #BD0122

Text Example


Text Example

White with #BD0122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0122; }

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

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

background-color css

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

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

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

border-color css

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

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

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