Html Css Color HEX #B63325 Fire Brick

📋 copy color: '#B63325'

red 182 ◦ green 51 ◦ blue 37

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

Shades of Fire Brick #B63325

Tints of Fire Brick #B63325

RGB

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

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

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

R = 67.41%
G = 18.89%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B63325 (or 0xB63325) is known color: Fire Brick. HEX triplet: B6, 33 and 25. RGB value is (182,51,37). Sum of RGB (Red+Green+Blue) = 182+51+37=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B63325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63325 is #49CCDA. Grayscale: #585858. Windows color (decimal): -4836571 or 2438070. OLE color: 2438070.

HSL color Cylindrical-coordinate representation of color #B63325: hue angle of 5.79º 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 #B63325 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 51 37 -
CMYK 0 0.72 0.80 0.29
HSL 5.79º 0.66% 0.43% -
HSV(B) 5.79º 0.8% 0.71% -
XYZ 20.81 12.45 3.06 -
YUV 88.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 182 51 37 0 0.72 0.80 0.29 5.79 0.66 0.43
Hex B6 33 25 0 48 50 1D 6 42 2B
Octal 266 63 45 0 110 120 35 6 102 53
Binary 10110110 110011 100101 0 1001000 1010000 11101 110 1000010 101011

Color Harmonies of #B63325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63325

Black with #B63325

Text Example


Text Example

White with #B63325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63325; }

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

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

background-color css

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

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

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

border-color css

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

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

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