Html Css Color HEX #B7241C Fire Brick

📋 copy color: '#B7241C'

red 183 ◦ green 36 ◦ blue 28

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

Shades of Fire Brick #B7241C

Tints of Fire Brick #B7241C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.57%

 BLUE value IS 28 (11.33% from 255) = 11.34%

R = 74.09%
G = 14.57%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7241C (or 0xB7241C) is known color: Fire Brick. HEX triplet: B7, 24 and 1C. RGB value is (183,36,28). Sum of RGB (Red+Green+Blue) = 183+36+28=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B7241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7241C is #48DBE3. Grayscale: #4F4F4F. Windows color (decimal): -4774884 or 1844407. OLE color: 1844407.

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

Color convert

RGB 183 36 28 -
CMYK 0 0.80 0.85 0.28
HSL 3.1º 0.73% 0.41% -
HSV(B) 3.1º 0.85% 0.72% -
XYZ 20.37 11.41 2.23 -
YUV 79.04 99.2 202.15 -
System Red Green Blue C M Y K H S L
Decimal 183 36 28 0 0.80 0.85 0.28 3.1 0.73 0.41
Hex B7 24 1C 0 50 55 1C 3 49 29
Octal 267 44 34 0 120 125 34 3 111 51
Binary 10110111 100100 11100 0 1010000 1010101 11100 11 1001001 101001

Color Harmonies of #B7241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7241C

Black with #B7241C

Text Example


Text Example

White with #B7241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7241C; }

 p { color: rgb(183,36,28); }

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

background-color css

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

 a { background-color: rgb(183,36,28); }

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

border-color css

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

 span { border-color: rgb(183,36,28); }

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