Html Css Color HEX #B72621 Fire Brick

📋 copy color: '#B72621'

red 183 ◦ green 38 ◦ blue 33

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

Shades of Fire Brick #B72621

Tints of Fire Brick #B72621

RGB

 RED value IS 183 (71.88% from 255) = 72.05%

 GREEN value IS 38 (15.23% from 255) = 14.96%

 BLUE value IS 33 (13.28% from 255) = 12.99%

R = 72.05%
G = 14.96%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B72621 (or 0xB72621) is known color: Fire Brick. HEX triplet: B7, 26 and 21. RGB value is (183,38,33). Sum of RGB (Red+Green+Blue) = 183+38+33=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B72621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72621 is #48D9DE. Grayscale: #505050. Windows color (decimal): -4774367 or 2172599. OLE color: 2172599.

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

Color convert

RGB 183 38 33 -
CMYK 0 0.79 0.82 0.28
HSL 0.69% 0.42% -
HSV(B) 0.82% 0.72% -
XYZ 20.5 11.56 2.59 -
YUV 80.79 101.04 200.91 -
System Red Green Blue C M Y K H S L
Decimal 183 38 33 0 0.79 0.82 0.28 2 0.69 0.42
Hex B7 26 21 0 4F 52 1C 2 45 2A
Octal 267 46 41 0 117 122 34 2 105 52
Binary 10110111 100110 100001 0 1001111 1010010 11100 10 1000101 101010

Color Harmonies of #B72621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72621

Black with #B72621

Text Example


Text Example

White with #B72621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72621; }

 p { color: rgb(183,38,33); }

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

background-color css

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

 a { background-color: rgb(183,38,33); }

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

border-color css

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

 span { border-color: rgb(183,38,33); }

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