Html Css Color HEX #B63229 Fire Brick

📋 copy color: '#B63229'

red 182 ◦ green 50 ◦ blue 41

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

Shades of Fire Brick #B63229

Tints of Fire Brick #B63229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 66.67%
G = 18.32%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B63229 (or 0xB63229) is known color: Fire Brick. HEX triplet: B6, 32 and 29. RGB value is (182,50,41). Sum of RGB (Red+Green+Blue) = 182+50+41=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B63229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63229 is #49CDD6. Grayscale: #585858. Windows color (decimal): -4836823 or 2699958. OLE color: 2699958.

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

Color convert

RGB 182 50 41 -
CMYK 0 0.73 0.77 0.29
HSL 3.83º 0.63% 0.44% -
HSV(B) 3.83º 0.77% 0.71% -
XYZ 20.83 12.39 3.39 -
YUV 88.44 101.23 194.73 -
System Red Green Blue C M Y K H S L
Decimal 182 50 41 0 0.73 0.77 0.29 3.83 0.63 0.44
Hex B6 32 29 0 49 4D 1D 4 3F 2C
Octal 266 62 51 0 111 115 35 4 77 54
Binary 10110110 110010 101001 0 1001001 1001101 11101 100 111111 101100

Color Harmonies of #B63229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63229

Black with #B63229

Text Example


Text Example

White with #B63229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63229; }

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

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

background-color css

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

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

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

border-color css

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

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

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