Html Css Color HEX #B0271C Fire Brick

📋 copy color: '#B0271C'

red 176 ◦ green 39 ◦ blue 28

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

Shades of Fire Brick #B0271C

Tints of Fire Brick #B0271C

RGB

 RED value IS 176 (69.14% from 255) = 72.43%

 GREEN value IS 39 (15.63% from 255) = 16.05%

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

R = 72.43%
G = 16.05%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0271C (or 0xB0271C) is known color: Fire Brick. HEX triplet: B0, 27 and 1C. RGB value is (176,39,28). Sum of RGB (Red+Green+Blue) = 176+39+28=243 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.43% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 176 - color contains mainly: red. Hex color #B0271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0271C is #4FD8E3. Grayscale: #4E4E4E. Windows color (decimal): -5232868 or 1845168. OLE color: 1845168.

HSL color Cylindrical-coordinate representation of color #B0271C: hue angle of 4.46º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0271C is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 28 -
CMYK 0 0.78 0.84 0.31
HSL 4.46º 0.73% 0.4% -
HSV(B) 4.46º 0.84% 0.69% -
XYZ 18.84 10.76 2.18 -
YUV 78.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 176 39 28 0 0.78 0.84 0.31 4.46 0.73 0.4
Hex B0 27 1C 0 4E 54 1F 4 49 28
Octal 260 47 34 0 116 124 37 4 111 50
Binary 10110000 100111 11100 0 1001110 1010100 11111 100 1001001 101000

Color Harmonies of #B0271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0271C

Black with #B0271C

Text Example


Text Example

White with #B0271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0271C; }

 p { color: rgb(176,39,28); }

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

background-color css

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

 a { background-color: rgb(176,39,28); }

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

border-color css

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

 span { border-color: rgb(176,39,28); }

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