Html Css Color HEX #BE002C Venetian Red

📋 copy color: '#BE002C'

red 190 ◦ green 0 ◦ blue 44

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

Shades of Venetian Red #BE002C

Tints of Venetian Red #BE002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.8%

R = 81.2%
G = 0%
B = 18.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE002C (or 0xBE002C) is known color: Venetian Red. HEX triplet: BE, 00 and 2C. RGB value is (190,0,44). Sum of RGB (Red+Green+Blue) = 190+0+44=234 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.20% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 190 - color contains mainly: red. Hex color #BE002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE002C is #41FFD3. Grayscale: #3D3D3D. Windows color (decimal): -4325332 or 2883774. OLE color: 2883774.

HSL color Cylindrical-coordinate representation of color #BE002C: hue angle of 346.11º 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 #BE002C is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 0 44 -
CMYK 0 1 0.77 0.25
HSL 346.11º 1% 0.37% -
HSV(B) 346.11º 1% 0.75% -
XYZ 21.69 11.13 3.39 -
YUV 61.83 117.95 219.42 -
System Red Green Blue C M Y K H S L
Decimal 190 0 44 0 1 0.77 0.25 346.11 1 0.37
Hex BE 0 2C 0 64 4D 19 15A 64 25
Octal 276 0 54 0 144 115 31 532 144 45
Binary 10111110 0 101100 0 1100100 1001101 11001 101011010 1100100 100101

Color Harmonies of #BE002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE002C

Black with #BE002C

Text Example


Text Example

White with #BE002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE002C; }

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

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

background-color css

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

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

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

border-color css

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

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

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