Html Css Color HEX #B7241E Fire Brick

📋 copy color: '#B7241E'

red 183 ◦ green 36 ◦ blue 30

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

Shades of Fire Brick #B7241E

Tints of Fire Brick #B7241E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.05%

R = 73.49%
G = 14.46%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7241E (or 0xB7241E) is known color: Fire Brick. HEX triplet: B7, 24 and 1E. RGB value is (183,36,30). Sum of RGB (Red+Green+Blue) = 183+36+30=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B7241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7241E is #48DBE1. Grayscale: #4F4F4F. Windows color (decimal): -4774882 or 1975479. OLE color: 1975479.

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

Color convert

RGB 183 36 30 -
CMYK 0 0.80 0.84 0.28
HSL 2.35º 0.72% 0.42% -
HSV(B) 2.35º 0.84% 0.72% -
XYZ 20.39 11.42 2.36 -
YUV 79.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 183 36 30 0 0.80 0.84 0.28 2.35 0.72 0.42
Hex B7 24 1E 0 50 54 1C 2 48 2A
Octal 267 44 36 0 120 124 34 2 110 52
Binary 10110111 100100 11110 0 1010000 1010100 11100 10 1001000 101010

Color Harmonies of #B7241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7241E

Black with #B7241E

Text Example


Text Example

White with #B7241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7241E; }

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

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

background-color css

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

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

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

border-color css

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

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

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