Html Css Color HEX #BE0223 Venetian Red

📋 copy color: '#BE0223'

red 190 ◦ green 2 ◦ blue 35

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

Shades of Venetian Red #BE0223

Tints of Venetian Red #BE0223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

 BLUE value IS 35 (14.06% from 255) = 15.42%

R = 83.7%
G = 0.88%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE0223 (or 0xBE0223) is known color: Venetian Red. HEX triplet: BE, 02 and 23. RGB value is (190,2,35). Sum of RGB (Red+Green+Blue) = 190+2+35=227 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.70% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0223 is #41FDDC. Grayscale: #3E3E3E. Windows color (decimal): -4324829 or 2294462. OLE color: 2294462.

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

Color convert

RGB 190 2 35 -
CMYK 0 0.99 0.82 0.25
HSL 349.47º 0.98% 0.38% -
HSV(B) 349.47º 0.99% 0.75% -
XYZ 21.56 11.11 2.6 -
YUV 61.97 112.78 219.32 -
System Red Green Blue C M Y K H S L
Decimal 190 2 35 0 0.99 0.82 0.25 349.47 0.98 0.38
Hex BE 2 23 0 63 52 19 15D 62 26
Octal 276 2 43 0 143 122 31 535 142 46
Binary 10111110 10 100011 0 1100011 1010010 11001 101011101 1100010 100110

Color Harmonies of #BE0223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0223

Black with #BE0223

Text Example


Text Example

White with #BE0223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0223; }

 p { color: rgb(190,2,35); }

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

background-color css

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

 a { background-color: rgb(190,2,35); }

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

border-color css

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

 span { border-color: rgb(190,2,35); }

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