Html Css Color HEX #BD0422 Venetian Red

📋 copy color: '#BD0422'

red 189 ◦ green 4 ◦ blue 34

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

Shades of Venetian Red #BD0422

Tints of Venetian Red #BD0422

RGB

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

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

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

R = 83.26%
G = 1.76%
B = 14.98%

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

#BD0422 (or 0xBD0422) is known color: Venetian Red. HEX triplet: BD, 04 and 22. RGB value is (189,4,34). Sum of RGB (Red+Green+Blue) = 189+4+34=227 (30% of max value = 765). Red value is 189 (74.22% from 255 or 83.26% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0422 is #42FBDD. Grayscale: #3E3E3E. Windows color (decimal): -4389854 or 2229437. OLE color: 2229437.

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

Color convert

RGB 189 4 34 -
CMYK 0 0.98 0.82 0.26
HSL 350.27º 0.96% 0.38% -
HSV(B) 350.27º 0.98% 0.74% -
XYZ 21.32 11.02 2.52 -
YUV 62.74 111.79 218.06 -
System Red Green Blue C M Y K H S L
Decimal 189 4 34 0 0.98 0.82 0.26 350.27 0.96 0.38
Hex BD 4 22 0 62 52 1A 15E 60 26
Octal 275 4 42 0 142 122 32 536 140 46
Binary 10111101 100 100010 0 1100010 1010010 11010 101011110 1100000 100110

Color Harmonies of #BD0422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0422

Black with #BD0422

Text Example


Text Example

White with #BD0422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0422; }

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

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

background-color css

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

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

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

border-color css

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

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

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