Html Css Color HEX #B6302A Fire Brick

📋 copy color: '#B6302A'

red 182 ◦ green 48 ◦ blue 42

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

Shades of Fire Brick #B6302A

Tints of Fire Brick #B6302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.44%

R = 66.91%
G = 17.65%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B6302A (or 0xB6302A) is known color: Fire Brick. HEX triplet: B6, 30 and 2A. RGB value is (182,48,42). Sum of RGB (Red+Green+Blue) = 182+48+42=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B6302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6302A is #49CFD5. Grayscale: #575757. Windows color (decimal): -4837334 or 2764982. OLE color: 2764982.

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

Color convert

RGB 182 48 42 -
CMYK 0 0.74 0.77 0.29
HSL 2.57º 0.63% 0.44% -
HSV(B) 2.57º 0.77% 0.71% -
XYZ 20.77 12.23 3.46 -
YUV 87.38 102.39 195.49 -
System Red Green Blue C M Y K H S L
Decimal 182 48 42 0 0.74 0.77 0.29 2.57 0.63 0.44
Hex B6 30 2A 0 4A 4D 1D 3 3E 2C
Octal 266 60 52 0 112 115 35 3 76 54
Binary 10110110 110000 101010 0 1001010 1001101 11101 11 111110 101100

Color Harmonies of #B6302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6302A

Black with #B6302A

Text Example


Text Example

White with #B6302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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