Html Css Color HEX #B83223 Fire Brick

📋 copy color: '#B83223'

red 184 ◦ green 50 ◦ blue 35

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

Shades of Fire Brick #B83223

Tints of Fire Brick #B83223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.01%

R = 68.4%
G = 18.59%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B83223 (or 0xB83223) is known color: Fire Brick. HEX triplet: B8, 32 and 23. RGB value is (184,50,35). Sum of RGB (Red+Green+Blue) = 184+50+35=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B83223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83223 is #47CDDC. Grayscale: #585858. Windows color (decimal): -4705757 or 2306744. OLE color: 2306744.

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

Color convert

RGB 184 50 35 -
CMYK 0 0.73 0.81 0.28
HSL 6.04º 0.68% 0.43% -
HSV(B) 6.04º 0.81% 0.72% -
XYZ 21.21 12.59 2.9 -
YUV 88.36 97.89 196.22 -
System Red Green Blue C M Y K H S L
Decimal 184 50 35 0 0.73 0.81 0.28 6.04 0.68 0.43
Hex B8 32 23 0 49 51 1C 6 44 2B
Octal 270 62 43 0 111 121 34 6 104 53
Binary 10111000 110010 100011 0 1001001 1010001 11100 110 1000100 101011

Color Harmonies of #B83223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83223

Black with #B83223

Text Example


Text Example

White with #B83223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83223; }

 p { color: rgb(184,50,35); }

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

background-color css

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

 a { background-color: rgb(184,50,35); }

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

border-color css

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

 span { border-color: rgb(184,50,35); }

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