Html Css Color HEX #BE2422 Fire Brick

📋 copy color: '#BE2422'

red 190 ◦ green 36 ◦ blue 34

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

Shades of Fire Brick #BE2422

Tints of Fire Brick #BE2422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

 BLUE value IS 34 (13.67% from 255) = 13.08%

R = 73.08%
G = 13.85%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE2422 (or 0xBE2422) is known color: Fire Brick. HEX triplet: BE, 24 and 22. RGB value is (190,36,34). Sum of RGB (Red+Green+Blue) = 190+36+34=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2422 is #41DBDD. Grayscale: #515151. Windows color (decimal): -4316126 or 2237630. OLE color: 2237630.

HSL color Cylindrical-coordinate representation of color #BE2422: hue angle of 0.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2422 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 36 34 -
CMYK 0 0.81 0.82 0.25
HSL 0.77º 0.7% 0.44% -
HSV(B) 0.77º 0.82% 0.75% -
XYZ 22.15 12.32 2.72 -
YUV 81.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 190 36 34 0 0.81 0.82 0.25 0.77 0.7 0.44
Hex BE 24 22 0 51 52 19 1 46 2C
Octal 276 44 42 0 121 122 31 1 106 54
Binary 10111110 100100 100010 0 1010001 1010010 11001 1 1000110 101100

Color Harmonies of #BE2422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2422

Black with #BE2422

Text Example


Text Example

White with #BE2422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2422; }

 p { color: rgb(190,36,34); }

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

background-color css

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

 a { background-color: rgb(190,36,34); }

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

border-color css

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

 span { border-color: rgb(190,36,34); }

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