Html Css Color HEX #B7251E Fire Brick

📋 copy color: '#B7251E'

red 183 ◦ green 37 ◦ blue 30

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

Shades of Fire Brick #B7251E

Tints of Fire Brick #B7251E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

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

R = 73.2%
G = 14.8%
B = 12%

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

#B7251E (or 0xB7251E) is known color: Fire Brick. HEX triplet: B7, 25 and 1E. RGB value is (183,37,30). Sum of RGB (Red+Green+Blue) = 183+37+30=250 (33% of max value = 765). Red value is 183 (71.88% from 255 or 73.2% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 183 - color contains mainly: red. Hex color #B7251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7251E is #48DAE1. Grayscale: #505050. Windows color (decimal): -4774626 or 1975735. OLE color: 1975735.

HSL color Cylindrical-coordinate representation of color #B7251E: hue angle of 2.75º 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 #B7251E is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 37 30 -
CMYK 0 0.80 0.84 0.28
HSL 2.75º 0.72% 0.42% -
HSV(B) 2.75º 0.84% 0.72% -
XYZ 20.42 11.48 2.37 -
YUV 79.86 99.87 201.57 -
System Red Green Blue C M Y K H S L
Decimal 183 37 30 0 0.80 0.84 0.28 2.75 0.72 0.42
Hex B7 25 1E 0 50 54 1C 3 48 2A
Octal 267 45 36 0 120 124 34 3 110 52
Binary 10110111 100101 11110 0 1010000 1010100 11100 11 1001000 101010

Color Harmonies of #B7251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7251E

Black with #B7251E

Text Example


Text Example

White with #B7251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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