Html Css Color HEX #B63122 Fire Brick

📋 copy color: '#B63122'

red 182 ◦ green 49 ◦ blue 34

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

Shades of Fire Brick #B63122

Tints of Fire Brick #B63122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.49%

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

R = 68.68%
G = 18.49%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B63122 (or 0xB63122) is known color: Fire Brick. HEX triplet: B6, 31 and 22. RGB value is (182,49,34). Sum of RGB (Red+Green+Blue) = 182+49+34=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B63122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63122 is #49CEDD. Grayscale: #575757. Windows color (decimal): -4837086 or 2240950. OLE color: 2240950.

HSL color Cylindrical-coordinate representation of color #B63122: hue angle of 6.08º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B63122 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 49 34 -
CMYK 0 0.73 0.81 0.29
HSL 6.08º 0.69% 0.42% -
HSV(B) 6.08º 0.81% 0.71% -
XYZ 20.68 12.26 2.79 -
YUV 87.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 182 49 34 0 0.73 0.81 0.29 6.08 0.69 0.42
Hex B6 31 22 0 49 51 1D 6 45 2A
Octal 266 61 42 0 111 121 35 6 105 52
Binary 10110110 110001 100010 0 1001001 1010001 11101 110 1000101 101010

Color Harmonies of #B63122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63122

Black with #B63122

Text Example


Text Example

White with #B63122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63122; }

 p { color: rgb(182,49,34); }

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

background-color css

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

 a { background-color: rgb(182,49,34); }

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

border-color css

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

 span { border-color: rgb(182,49,34); }

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