Html Css Color HEX #BE3C44 Brick Red

📋 copy color: '#BE3C44'

red 190 ◦ green 60 ◦ blue 68

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

Shades of Brick Red #BE3C44

Tints of Brick Red #BE3C44

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.87%

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

R = 59.75%
G = 18.87%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE3C44 (or 0xBE3C44) is known color: Brick Red. HEX triplet: BE, 3C and 44. RGB value is (190,60,68). Sum of RGB (Red+Green+Blue) = 190+60+68=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3C44 is #41C3BB. Grayscale: #636363. Windows color (decimal): -4309948 or 4471998. OLE color: 4471998.

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

Color convert

RGB 190 60 68 -
CMYK 0 0.68 0.64 0.25
HSL 356.31º 0.52% 0.49% -
HSV(B) 356.31º 0.68% 0.75% -
XYZ 23.89 14.6 7.03 -
YUV 99.78 110.07 192.35 -
System Red Green Blue C M Y K H S L
Decimal 190 60 68 0 0.68 0.64 0.25 356.31 0.52 0.49
Hex BE 3C 44 0 44 40 19 164 34 31
Octal 276 74 104 0 104 100 31 544 64 61
Binary 10111110 111100 1000100 0 1000100 1000000 11001 101100100 110100 110001

Color Harmonies of #BE3C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C44

Black with #BE3C44

Text Example


Text Example

White with #BE3C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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