Html Css Color HEX #BE3F44 Brick Red

📋 copy color: '#BE3F44'

red 190 ◦ green 63 ◦ blue 68

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

Shades of Brick Red #BE3F44

Tints of Brick Red #BE3F44

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

 BLUE value IS 68 (26.95% from 255) = 21.18%

R = 59.19%
G = 19.63%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE3F44 (or 0xBE3F44) is known color: Brick Red. HEX triplet: BE, 3F and 44. RGB value is (190,63,68). Sum of RGB (Red+Green+Blue) = 190+63+68=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3F44 is #41C0BB. Grayscale: #656565. Windows color (decimal): -4309180 or 4472766. OLE color: 4472766.

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

Color convert

RGB 190 63 68 -
CMYK 0 0.67 0.64 0.25
HSL 357.64º 0.5% 0.5% -
HSV(B) 357.64º 0.67% 0.75% -
XYZ 24.06 14.92 7.08 -
YUV 101.54 109.08 191.09 -
System Red Green Blue C M Y K H S L
Decimal 190 63 68 0 0.67 0.64 0.25 357.64 0.5 0.5
Hex BE 3F 44 0 43 40 19 166 32 32
Octal 276 77 104 0 103 100 31 546 62 62
Binary 10111110 111111 1000100 0 1000011 1000000 11001 101100110 110010 110010

Color Harmonies of #BE3F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3F44

Black with #BE3F44

Text Example


Text Example

White with #BE3F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3F44; }

 p { color: rgb(190,63,68); }

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

background-color css

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

 a { background-color: rgb(190,63,68); }

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

border-color css

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

 span { border-color: rgb(190,63,68); }

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