Html Css Color HEX #B0241E Fire Brick

📋 copy color: '#B0241E'

red 176 ◦ green 36 ◦ blue 30

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

Shades of Fire Brick #B0241E

Tints of Fire Brick #B0241E

RGB

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

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

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

R = 72.73%
G = 14.88%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0241E (or 0xB0241E) is known color: Fire Brick. HEX triplet: B0, 24 and 1E. RGB value is (176,36,30). Sum of RGB (Red+Green+Blue) = 176+36+30=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B0241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0241E is #4FDBE1. Grayscale: #4D4D4D. Windows color (decimal): -5233634 or 1975472. OLE color: 1975472.

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

Color convert

RGB 176 36 30 -
CMYK 0 0.80 0.83 0.31
HSL 2.47º 0.71% 0.4% -
HSV(B) 2.47º 0.83% 0.69% -
XYZ 18.77 10.59 2.28 -
YUV 77.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 176 36 30 0 0.80 0.83 0.31 2.47 0.71 0.4
Hex B0 24 1E 0 50 53 1F 2 47 28
Octal 260 44 36 0 120 123 37 2 107 50
Binary 10110000 100100 11110 0 1010000 1010011 11111 10 1000111 101000

Color Harmonies of #B0241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0241E

Black with #B0241E

Text Example


Text Example

White with #B0241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0241E; }

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

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

background-color css

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

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

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

border-color css

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

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

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