Html Css Color HEX #BE412A Grenadier

📋 copy color: '#BE412A'

red 190 ◦ green 65 ◦ blue 42

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

Shades of Grenadier #BE412A

Tints of Grenadier #BE412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.89%

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

R = 63.97%
G = 21.89%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE412A (or 0xBE412A) is known color: Grenadier. HEX triplet: BE, 41 and 2A. RGB value is (190,65,42). Sum of RGB (Red+Green+Blue) = 190+65+42=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE412A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE412A is #41BED5. Grayscale: #636363. Windows color (decimal): -4308694 or 2769342. OLE color: 2769342.

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

Color convert

RGB 190 65 42 -
CMYK 0 0.66 0.78 0.25
HSL 9.32º 0.64% 0.45% -
HSV(B) 9.32º 0.78% 0.75% -
XYZ 23.54 14.89 3.82 -
YUV 99.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 190 65 42 0 0.66 0.78 0.25 9.32 0.64 0.45
Hex BE 41 2A 0 42 4E 19 9 40 2D
Octal 276 101 52 0 102 116 31 11 100 55
Binary 10111110 1000001 101010 0 1000010 1001110 11001 1001 1000000 101101

Color Harmonies of #BE412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE412A

Black with #BE412A

Text Example


Text Example

White with #BE412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE412A; }

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

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

background-color css

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

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

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

border-color css

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

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

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