Html Css Color HEX #B63225 Fire Brick

📋 copy color: '#B63225'

red 182 ◦ green 50 ◦ blue 37

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

Shades of Fire Brick #B63225

Tints of Fire Brick #B63225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.59%

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

R = 67.66%
G = 18.59%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B63225 (or 0xB63225) is known color: Fire Brick. HEX triplet: B6, 32 and 25. RGB value is (182,50,37). Sum of RGB (Red+Green+Blue) = 182+50+37=269 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.66% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 182 - color contains mainly: red. Hex color #B63225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63225 is #49CDDA. Grayscale: #585858. Windows color (decimal): -4836827 or 2437814. OLE color: 2437814.

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

Color convert

RGB 182 50 37 -
CMYK 0 0.73 0.80 0.29
HSL 5.38º 0.66% 0.43% -
HSV(B) 5.38º 0.8% 0.71% -
XYZ 20.77 12.36 3.04 -
YUV 87.99 99.23 195.06 -
System Red Green Blue C M Y K H S L
Decimal 182 50 37 0 0.73 0.80 0.29 5.38 0.66 0.43
Hex B6 32 25 0 49 50 1D 5 42 2B
Octal 266 62 45 0 111 120 35 5 102 53
Binary 10110110 110010 100101 0 1001001 1010000 11101 101 1000010 101011

Color Harmonies of #B63225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63225

Black with #B63225

Text Example


Text Example

White with #B63225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63225; }

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

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

background-color css

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

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

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

border-color css

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

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

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