Html Css Color HEX #BE2A38 Brick Red

📋 copy color: '#BE2A38'

red 190 ◦ green 42 ◦ blue 56

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

Shades of Brick Red #BE2A38

Tints of Brick Red #BE2A38

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.58%

 BLUE value IS 56 (22.27% from 255) = 19.44%

R = 65.97%
G = 14.58%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE2A38 (or 0xBE2A38) is known color: Brick Red. HEX triplet: BE, 2A and 38. RGB value is (190,42,56). Sum of RGB (Red+Green+Blue) = 190+42+56=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A38 is #41D5C7. Grayscale: #575757. Windows color (decimal): -4314568 or 3680958. OLE color: 3680958.

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

Color convert

RGB 190 42 56 -
CMYK 0 0.78 0.71 0.25
HSL 354.32º 0.64% 0.45% -
HSV(B) 354.32º 0.78% 0.75% -
XYZ 22.78 12.89 5.03 -
YUV 87.85 110.03 200.86 -
System Red Green Blue C M Y K H S L
Decimal 190 42 56 0 0.78 0.71 0.25 354.32 0.64 0.45
Hex BE 2A 38 0 4E 47 19 162 40 2D
Octal 276 52 70 0 116 107 31 542 100 55
Binary 10111110 101010 111000 0 1001110 1000111 11001 101100010 1000000 101101

Color Harmonies of #BE2A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2A38

Black with #BE2A38

Text Example


Text Example

White with #BE2A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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