Html Css Color HEX #BE2F3E Brick Red

📋 copy color: '#BE2F3E'

red 190 ◦ green 47 ◦ blue 62

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

Shades of Brick Red #BE2F3E

Tints of Brick Red #BE2F3E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.72%

 BLUE value IS 62 (24.61% from 255) = 20.74%

R = 63.55%
G = 15.72%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE2F3E (or 0xBE2F3E) is known color: Brick Red. HEX triplet: BE, 2F and 3E. RGB value is (190,47,62). Sum of RGB (Red+Green+Blue) = 190+47+62=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2F3E is #41D0C1. Grayscale: #5B5B5B. Windows color (decimal): -4313282 or 4075454. OLE color: 4075454.

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

Color convert

RGB 190 47 62 -
CMYK 0 0.75 0.67 0.25
HSL 353.71º 0.6% 0.46% -
HSV(B) 353.71º 0.75% 0.75% -
XYZ 23.12 13.33 5.91 -
YUV 91.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 190 47 62 0 0.75 0.67 0.25 353.71 0.6 0.46
Hex BE 2F 3E 0 4B 43 19 162 3C 2E
Octal 276 57 76 0 113 103 31 542 74 56
Binary 10111110 101111 111110 0 1001011 1000011 11001 101100010 111100 101110

Color Harmonies of #BE2F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2F3E

Black with #BE2F3E

Text Example


Text Example

White with #BE2F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2F3E; }

 p { color: rgb(190,47,62); }

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

background-color css

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

 a { background-color: rgb(190,47,62); }

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

border-color css

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

 span { border-color: rgb(190,47,62); }

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