Html Css Color HEX #B63422 Fire Brick

📋 copy color: '#B63422'

red 182 ◦ green 52 ◦ blue 34

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

Shades of Fire Brick #B63422

Tints of Fire Brick #B63422

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.4%

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

R = 67.91%
G = 19.4%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B63422 (or 0xB63422) is known color: Fire Brick. HEX triplet: B6, 34 and 22. RGB value is (182,52,34). Sum of RGB (Red+Green+Blue) = 182+52+34=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B63422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63422 is #49CBDD. Grayscale: #595959. Windows color (decimal): -4836318 or 2241718. OLE color: 2241718.

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

Color convert

RGB 182 52 34 -
CMYK 0 0.71 0.81 0.29
HSL 7.3º 0.69% 0.42% -
HSV(B) 7.3º 0.81% 0.71% -
XYZ 20.81 12.52 2.83 -
YUV 88.82 97.07 194.46 -
System Red Green Blue C M Y K H S L
Decimal 182 52 34 0 0.71 0.81 0.29 7.3 0.69 0.42
Hex B6 34 22 0 47 51 1D 7 45 2A
Octal 266 64 42 0 107 121 35 7 105 52
Binary 10110110 110100 100010 0 1000111 1010001 11101 111 1000101 101010

Color Harmonies of #B63422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63422

Black with #B63422

Text Example


Text Example

White with #B63422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63422; }

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

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

background-color css

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

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

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

border-color css

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

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

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