Html Css Color HEX #B72625 Fire Brick

📋 copy color: '#B72625'

red 183 ◦ green 38 ◦ blue 37

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

Shades of Fire Brick #B72625

Tints of Fire Brick #B72625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.34%

R = 70.93%
G = 14.73%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B72625 (or 0xB72625) is known color: Fire Brick. HEX triplet: B7, 26 and 25. RGB value is (183,38,37). Sum of RGB (Red+Green+Blue) = 183+38+37=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B72625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72625 is #48D9DA. Grayscale: #515151. Windows color (decimal): -4774363 or 2434743. OLE color: 2434743.

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

Color convert

RGB 183 38 37 -
CMYK 0 0.79 0.80 0.28
HSL 0.41º 0.66% 0.43% -
HSV(B) 0.41º 0.8% 0.72% -
XYZ 20.56 11.59 2.9 -
YUV 81.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 183 38 37 0 0.79 0.80 0.28 0.41 0.66 0.43
Hex B7 26 25 0 4F 50 1C 0 42 2B
Octal 267 46 45 0 117 120 34 0 102 53
Binary 10110111 100110 100101 0 1001111 1010000 11100 0 1000010 101011

Color Harmonies of #B72625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72625

Black with #B72625

Text Example


Text Example

White with #B72625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72625; }

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

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

background-color css

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

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

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

border-color css

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

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

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