Html Css Color HEX #B83422 Fire Brick

📋 copy color: '#B83422'

red 184 ◦ green 52 ◦ blue 34

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

Shades of Fire Brick #B83422

Tints of Fire Brick #B83422

RGB

 RED value IS 184 (72.27% from 255) = 68.15%

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

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

R = 68.15%
G = 19.26%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B83422 (or 0xB83422) is known color: Fire Brick. HEX triplet: B8, 34 and 22. RGB value is (184,52,34). Sum of RGB (Red+Green+Blue) = 184+52+34=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B83422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83422 is #47CBDD. Grayscale: #595959. Windows color (decimal): -4705246 or 2241720. OLE color: 2241720.

HSL color Cylindrical-coordinate representation of color #B83422: hue angle of 7.2º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B83422 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 52 34 -
CMYK 0 0.72 0.82 0.28
HSL 7.2º 0.69% 0.43% -
HSV(B) 7.2º 0.82% 0.72% -
XYZ 21.28 12.76 2.85 -
YUV 89.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 184 52 34 0 0.72 0.82 0.28 7.2 0.69 0.43
Hex B8 34 22 0 48 52 1C 7 45 2B
Octal 270 64 42 0 110 122 34 7 105 53
Binary 10111000 110100 100010 0 1001000 1010010 11100 111 1000101 101011

Color Harmonies of #B83422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83422

Black with #B83422

Text Example


Text Example

White with #B83422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83422; }

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

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

background-color css

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

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

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

border-color css

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

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

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