Html Css Color HEX #BE0422 Venetian Red

📋 copy color: '#BE0422'

red 190 ◦ green 4 ◦ blue 34

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

Shades of Venetian Red #BE0422

Tints of Venetian Red #BE0422

RGB

 RED value IS 190 (74.61% from 255) = 83.33%

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

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

R = 83.33%
G = 1.75%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE0422 (or 0xBE0422) is known color: Venetian Red. HEX triplet: BE, 04 and 22. RGB value is (190,4,34). Sum of RGB (Red+Green+Blue) = 190+4+34=228 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.33% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0422 is #41FBDD. Grayscale: #3F3F3F. Windows color (decimal): -4324318 or 2229438. OLE color: 2229438.

HSL color Cylindrical-coordinate representation of color #BE0422: hue angle of 350.32º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE0422 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 4 34 -
CMYK 0 0.98 0.82 0.25
HSL 350.32º 0.96% 0.38% -
HSV(B) 350.32º 0.98% 0.75% -
XYZ 21.57 11.15 2.53 -
YUV 63.03 111.62 218.56 -
System Red Green Blue C M Y K H S L
Decimal 190 4 34 0 0.98 0.82 0.25 350.32 0.96 0.38
Hex BE 4 22 0 62 52 19 15E 60 26
Octal 276 4 42 0 142 122 31 536 140 46
Binary 10111110 100 100010 0 1100010 1010010 11001 101011110 1100000 100110

Color Harmonies of #BE0422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0422

Black with #BE0422

Text Example


Text Example

White with #BE0422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0422; }

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

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

background-color css

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

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

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

border-color css

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

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

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