Html Css Color HEX #B63228 Fire Brick

📋 copy color: '#B63228'

red 182 ◦ green 50 ◦ blue 40

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

Shades of Fire Brick #B63228

Tints of Fire Brick #B63228

RGB

 RED value IS 182 (71.48% from 255) = 66.91%

 GREEN value IS 50 (19.92% from 255) = 18.38%

 BLUE value IS 40 (16.02% from 255) = 14.71%

R = 66.91%
G = 18.38%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B63228 (or 0xB63228) is known color: Fire Brick. HEX triplet: B6, 32 and 28. RGB value is (182,50,40). Sum of RGB (Red+Green+Blue) = 182+50+40=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B63228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63228 is #49CDD7. Grayscale: #585858. Windows color (decimal): -4836824 or 2634422. OLE color: 2634422.

HSL color Cylindrical-coordinate representation of color #B63228: hue angle of 4.23º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B63228 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 50 40 -
CMYK 0 0.73 0.78 0.29
HSL 4.23º 0.64% 0.44% -
HSV(B) 4.23º 0.78% 0.71% -
XYZ 20.82 12.38 3.3 -
YUV 88.33 100.73 194.81 -
System Red Green Blue C M Y K H S L
Decimal 182 50 40 0 0.73 0.78 0.29 4.23 0.64 0.44
Hex B6 32 28 0 49 4E 1D 4 40 2C
Octal 266 62 50 0 111 116 35 4 100 54
Binary 10110110 110010 101000 0 1001001 1001110 11101 100 1000000 101100

Color Harmonies of #B63228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63228

Black with #B63228

Text Example


Text Example

White with #B63228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63228; }

 p { color: rgb(182,50,40); }

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

background-color css

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

 a { background-color: rgb(182,50,40); }

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

border-color css

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

 span { border-color: rgb(182,50,40); }

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