Html Css Color HEX #B0231E Fire Brick

📋 copy color: '#B0231E'

red 176 ◦ green 35 ◦ blue 30

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

Shades of Fire Brick #B0231E

Tints of Fire Brick #B0231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.52%

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

R = 73.03%
G = 14.52%
B = 12.45%

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

#B0231E (or 0xB0231E) is known color: Fire Brick. HEX triplet: B0, 23 and 1E. RGB value is (176,35,30). Sum of RGB (Red+Green+Blue) = 176+35+30=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B0231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0231E is #4FDCE1. Grayscale: #4C4C4C. Windows color (decimal): -5233890 or 1975216. OLE color: 1975216.

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

Color convert

RGB 176 35 30 -
CMYK 0 0.80 0.83 0.31
HSL 2.05º 0.71% 0.4% -
HSV(B) 2.05º 0.83% 0.69% -
XYZ 18.74 10.53 2.27 -
YUV 76.59 101.71 198.91 -
System Red Green Blue C M Y K H S L
Decimal 176 35 30 0 0.80 0.83 0.31 2.05 0.71 0.4
Hex B0 23 1E 0 50 53 1F 2 47 28
Octal 260 43 36 0 120 123 37 2 107 50
Binary 10110000 100011 11110 0 1010000 1010011 11111 10 1000111 101000

Color Harmonies of #B0231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0231E

Black with #B0231E

Text Example


Text Example

White with #B0231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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