Html Css Color HEX #B6302B Fire Brick

📋 copy color: '#B6302B'

red 182 ◦ green 48 ◦ blue 43

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

Shades of Fire Brick #B6302B

Tints of Fire Brick #B6302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.75%

R = 66.67%
G = 17.58%
B = 15.75%

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

#B6302B (or 0xB6302B) is known color: Fire Brick. HEX triplet: B6, 30 and 2B. RGB value is (182,48,43). Sum of RGB (Red+Green+Blue) = 182+48+43=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B6302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6302B is #49CFD4. Grayscale: #575757. Windows color (decimal): -4837333 or 2830518. OLE color: 2830518.

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

Color convert

RGB 182 48 43 -
CMYK 0 0.74 0.76 0.29
HSL 2.16º 0.62% 0.44% -
HSV(B) 2.16º 0.76% 0.71% -
XYZ 20.78 12.23 3.55 -
YUV 87.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 182 48 43 0 0.74 0.76 0.29 2.16 0.62 0.44
Hex B6 30 2B 0 4A 4C 1D 2 3E 2C
Octal 266 60 53 0 112 114 35 2 76 54
Binary 10110110 110000 101011 0 1001010 1001100 11101 10 111110 101100

Color Harmonies of #B6302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6302B

Black with #B6302B

Text Example


Text Example

White with #B6302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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