Html Css Color HEX #B23019 Fire Brick

📋 copy color: '#B23019'

red 178 ◦ green 48 ◦ blue 25

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

Shades of Fire Brick #B23019

Tints of Fire Brick #B23019

RGB

 RED value IS 178 (69.92% from 255) = 70.92%

 GREEN value IS 48 (19.14% from 255) = 19.12%

 BLUE value IS 25 (10.16% from 255) = 9.96%

R = 70.92%
G = 19.12%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B23019 (or 0xB23019) is known color: Fire Brick. HEX triplet: B2, 30 and 19. RGB value is (178,48,25). Sum of RGB (Red+Green+Blue) = 178+48+25=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B23019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23019 is #4DCFE6. Grayscale: #545454. Windows color (decimal): -5099495 or 1650866. OLE color: 1650866.

HSL color Cylindrical-coordinate representation of color #B23019: hue angle of 9.02º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B23019 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 25 -
CMYK 0 0.73 0.86 0.30
HSL 9.02º 0.75% 0.4% -
HSV(B) 9.02º 0.86% 0.7% -
XYZ 19.59 11.65 2.14 -
YUV 84.25 94.57 194.87 -
System Red Green Blue C M Y K H S L
Decimal 178 48 25 0 0.73 0.86 0.30 9.02 0.75 0.4
Hex B2 30 19 0 49 56 1E 9 4B 28
Octal 262 60 31 0 111 126 36 11 113 50
Binary 10110010 110000 11001 0 1001001 1010110 11110 1001 1001011 101000

Color Harmonies of #B23019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23019

Black with #B23019

Text Example


Text Example

White with #B23019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23019; }

 p { color: rgb(178,48,25); }

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

background-color css

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

 a { background-color: rgb(178,48,25); }

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

border-color css

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

 span { border-color: rgb(178,48,25); }

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