Html Css Color HEX #BE452A Grenadier

📋 copy color: '#BE452A'

red 190 ◦ green 69 ◦ blue 42

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

Shades of Grenadier #BE452A

Tints of Grenadier #BE452A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.92%

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

R = 63.12%
G = 22.92%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE452A (or 0xBE452A) is known color: Grenadier. HEX triplet: BE, 45 and 2A. RGB value is (190,69,42). Sum of RGB (Red+Green+Blue) = 190+69+42=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE452A is #41BAD5. Grayscale: #666666. Windows color (decimal): -4307670 or 2770366. OLE color: 2770366.

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

Color convert

RGB 190 69 42 -
CMYK 0 0.64 0.78 0.25
HSL 10.95º 0.64% 0.45% -
HSV(B) 10.95º 0.78% 0.75% -
XYZ 23.78 15.37 3.9 -
YUV 102.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 190 69 42 0 0.64 0.78 0.25 10.95 0.64 0.45
Hex BE 45 2A 0 40 4E 19 B 40 2D
Octal 276 105 52 0 100 116 31 13 100 55
Binary 10111110 1000101 101010 0 1000000 1001110 11001 1011 1000000 101101

Color Harmonies of #BE452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE452A

Black with #BE452A

Text Example


Text Example

White with #BE452A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE452A; }

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

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

background-color css

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

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

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

border-color css

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

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

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