Html Css Color HEX #B63223 Fire Brick

📋 copy color: '#B63223'

red 182 ◦ green 50 ◦ blue 35

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

Shades of Fire Brick #B63223

Tints of Fire Brick #B63223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.11%

R = 68.16%
G = 18.73%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B63223 (or 0xB63223) is known color: Fire Brick. HEX triplet: B6, 32 and 23. RGB value is (182,50,35). Sum of RGB (Red+Green+Blue) = 182+50+35=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B63223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63223 is #49CDDC. Grayscale: #575757. Windows color (decimal): -4836829 or 2306742. OLE color: 2306742.

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

Color convert

RGB 182 50 35 -
CMYK 0 0.73 0.81 0.29
HSL 6.12º 0.68% 0.43% -
HSV(B) 6.12º 0.81% 0.71% -
XYZ 20.74 12.35 2.88 -
YUV 87.76 98.23 195.22 -
System Red Green Blue C M Y K H S L
Decimal 182 50 35 0 0.73 0.81 0.29 6.12 0.68 0.43
Hex B6 32 23 0 49 51 1D 6 44 2B
Octal 266 62 43 0 111 121 35 6 104 53
Binary 10110110 110010 100011 0 1001001 1010001 11101 110 1000100 101011

Color Harmonies of #B63223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63223

Black with #B63223

Text Example


Text Example

White with #B63223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63223; }

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

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

background-color css

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

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

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

border-color css

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

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

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