Html Css Color HEX #B6302C Fire Brick

📋 copy color: '#B6302C'

red 182 ◦ green 48 ◦ blue 44

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

Shades of Fire Brick #B6302C

Tints of Fire Brick #B6302C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.06%

R = 66.42%
G = 17.52%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6302C (or 0xB6302C) is known color: Fire Brick. HEX triplet: B6, 30 and 2C. RGB value is (182,48,44). Sum of RGB (Red+Green+Blue) = 182+48+44=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B6302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6302C is #49CFD3. Grayscale: #575757. Windows color (decimal): -4837332 or 2896054. OLE color: 2896054.

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

Color convert

RGB 182 48 44 -
CMYK 0 0.74 0.76 0.29
HSL 1.74º 0.61% 0.44% -
HSV(B) 1.74º 0.76% 0.71% -
XYZ 20.8 12.24 3.65 -
YUV 87.61 103.39 195.33 -
System Red Green Blue C M Y K H S L
Decimal 182 48 44 0 0.74 0.76 0.29 1.74 0.61 0.44
Hex B6 30 2C 0 4A 4C 1D 2 3D 2C
Octal 266 60 54 0 112 114 35 2 75 54
Binary 10110110 110000 101100 0 1001010 1001100 11101 10 111101 101100

Color Harmonies of #B6302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6302C

Black with #B6302C

Text Example


Text Example

White with #B6302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6302C; }

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

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

background-color css

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

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

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

border-color css

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

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

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