Html Css Color HEX #B23420 Fire Brick

📋 copy color: '#B23420'

red 178 ◦ green 52 ◦ blue 32

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

Shades of Fire Brick #B23420

Tints of Fire Brick #B23420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.85%

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 67.94%
G = 19.85%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B23420 (or 0xB23420) is known color: Fire Brick. HEX triplet: B2, 34 and 20. RGB value is (178,52,32). Sum of RGB (Red+Green+Blue) = 178+52+32=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B23420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23420 is #4DCBDF. Grayscale: #575757. Windows color (decimal): -5098464 or 2110642. OLE color: 2110642.

HSL color Cylindrical-coordinate representation of color #B23420: hue angle of 8.22º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B23420 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 52 32 -
CMYK 0 0.71 0.82 0.30
HSL 8.22º 0.7% 0.41% -
HSV(B) 8.22º 0.82% 0.7% -
XYZ 19.85 12.03 2.64 -
YUV 87.39 96.74 192.63 -
System Red Green Blue C M Y K H S L
Decimal 178 52 32 0 0.71 0.82 0.30 8.22 0.7 0.41
Hex B2 34 20 0 47 52 1E 8 46 29
Octal 262 64 40 0 107 122 36 10 106 51
Binary 10110010 110100 100000 0 1000111 1010010 11110 1000 1000110 101001

Color Harmonies of #B23420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23420

Black with #B23420

Text Example


Text Example

White with #B23420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23420; }

 p { color: rgb(178,52,32); }

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

background-color css

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

 a { background-color: rgb(178,52,32); }

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

border-color css

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

 span { border-color: rgb(178,52,32); }

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