Html Css Color HEX #BE002A Venetian Red

📋 copy color: '#BE002A'

red 190 ◦ green 0 ◦ blue 42

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

Shades of Venetian Red #BE002A

Tints of Venetian Red #BE002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.1%

R = 81.9%
G = 0%
B = 18.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE002A (or 0xBE002A) is known color: Venetian Red. HEX triplet: BE, 00 and 2A. RGB value is (190,0,42). Sum of RGB (Red+Green+Blue) = 190+0+42=232 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.90% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 190 - color contains mainly: red. Hex color #BE002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE002A is #41FFD5. Grayscale: #3D3D3D. Windows color (decimal): -4325334 or 2752702. OLE color: 2752702.

HSL color Cylindrical-coordinate representation of color #BE002A: hue angle of 346.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE002A is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 0 42 -
CMYK 0 1 0.78 0.25
HSL 346.74º 1% 0.37% -
HSV(B) 346.74º 1% 0.75% -
XYZ 21.65 11.11 3.19 -
YUV 61.6 116.95 219.58 -
System Red Green Blue C M Y K H S L
Decimal 190 0 42 0 1 0.78 0.25 346.74 1 0.37
Hex BE 0 2A 0 64 4E 19 15B 64 25
Octal 276 0 52 0 144 116 31 533 144 45
Binary 10111110 0 101010 0 1100100 1001110 11001 101011011 1100100 100101

Color Harmonies of #BE002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE002A

Black with #BE002A

Text Example


Text Example

White with #BE002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE002A; }

 p { color: rgb(190,0,42); }

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

background-color css

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

 a { background-color: rgb(190,0,42); }

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

border-color css

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

 span { border-color: rgb(190,0,42); }

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