Html Css Color HEX #B63028 Fire Brick

📋 copy color: '#B63028'

red 182 ◦ green 48 ◦ blue 40

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

Shades of Fire Brick #B63028

Tints of Fire Brick #B63028

RGB

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

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

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

R = 67.41%
G = 17.78%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B63028 (or 0xB63028) is known color: Fire Brick. HEX triplet: B6, 30 and 28. RGB value is (182,48,40). Sum of RGB (Red+Green+Blue) = 182+48+40=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B63028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63028 is #49CFD7. Grayscale: #575757. Windows color (decimal): -4837336 or 2633910. OLE color: 2633910.

HSL color Cylindrical-coordinate representation of color #B63028: hue angle of 3.38º 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 #B63028 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 48 40 -
CMYK 0 0.74 0.78 0.29
HSL 3.38º 0.64% 0.44% -
HSV(B) 3.38º 0.78% 0.71% -
XYZ 20.73 12.21 3.27 -
YUV 87.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 182 48 40 0 0.74 0.78 0.29 3.38 0.64 0.44
Hex B6 30 28 0 4A 4E 1D 3 40 2C
Octal 266 60 50 0 112 116 35 3 100 54
Binary 10110110 110000 101000 0 1001010 1001110 11101 11 1000000 101100

Color Harmonies of #B63028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63028

Black with #B63028

Text Example


Text Example

White with #B63028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63028; }

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

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

background-color css

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

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

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

border-color css

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

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

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