Html Css Color HEX #B62825 Fire Brick

📋 copy color: '#B62825'

red 182 ◦ green 40 ◦ blue 37

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

Shades of Fire Brick #B62825

Tints of Fire Brick #B62825

RGB

 RED value IS 182 (71.48% from 255) = 70.27%

 GREEN value IS 40 (16.02% from 255) = 15.44%

 BLUE value IS 37 (14.84% from 255) = 14.29%

R = 70.27%
G = 15.44%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B62825 (or 0xB62825) is known color: Fire Brick. HEX triplet: B6, 28 and 25. RGB value is (182,40,37). Sum of RGB (Red+Green+Blue) = 182+40+37=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B62825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62825 is #49D7DA. Grayscale: #525252. Windows color (decimal): -4839387 or 2435254. OLE color: 2435254.

HSL color Cylindrical-coordinate representation of color #B62825: hue angle of 1.24º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62825 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 40 37 -
CMYK 0 0.78 0.80 0.29
HSL 1.24º 0.66% 0.43% -
HSV(B) 1.24º 0.8% 0.71% -
XYZ 20.38 11.6 2.91 -
YUV 82.12 102.54 199.24 -
System Red Green Blue C M Y K H S L
Decimal 182 40 37 0 0.78 0.80 0.29 1.24 0.66 0.43
Hex B6 28 25 0 4E 50 1D 1 42 2B
Octal 266 50 45 0 116 120 35 1 102 53
Binary 10110110 101000 100101 0 1001110 1010000 11101 1 1000010 101011

Color Harmonies of #B62825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62825

Black with #B62825

Text Example


Text Example

White with #B62825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62825; }

 p { color: rgb(182,40,37); }

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

background-color css

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

 a { background-color: rgb(182,40,37); }

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

border-color css

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

 span { border-color: rgb(182,40,37); }

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