Html Css Color HEX #BE3344 Brick Red

📋 copy color: '#BE3344'

red 190 ◦ green 51 ◦ blue 68

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

Shades of Brick Red #BE3344

Tints of Brick Red #BE3344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.5%

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

R = 61.49%
G = 16.5%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE3344 (or 0xBE3344) is known color: Brick Red. HEX triplet: BE, 33 and 44. RGB value is (190,51,68). Sum of RGB (Red+Green+Blue) = 190+51+68=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3344 is #41CCBB. Grayscale: #5E5E5E. Windows color (decimal): -4312252 or 4469694. OLE color: 4469694.

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

Color convert

RGB 190 51 68 -
CMYK 0 0.73 0.64 0.25
HSL 352.66º 0.58% 0.47% -
HSV(B) 352.66º 0.73% 0.75% -
XYZ 23.46 13.73 6.88 -
YUV 94.5 113.05 196.12 -
System Red Green Blue C M Y K H S L
Decimal 190 51 68 0 0.73 0.64 0.25 352.66 0.58 0.47
Hex BE 33 44 0 49 40 19 161 3A 2F
Octal 276 63 104 0 111 100 31 541 72 57
Binary 10111110 110011 1000100 0 1001001 1000000 11001 101100001 111010 101111

Color Harmonies of #BE3344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3344

Black with #BE3344

Text Example


Text Example

White with #BE3344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3344; }

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

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

background-color css

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

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

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

border-color css

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

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

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