Html Css Color HEX #B6241D Fire Brick

📋 copy color: '#B6241D'

red 182 ◦ green 36 ◦ blue 29

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

Shades of Fire Brick #B6241D

Tints of Fire Brick #B6241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.57%

 BLUE value IS 29 (11.72% from 255) = 11.74%

R = 73.68%
G = 14.57%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6241D (or 0xB6241D) is known color: Fire Brick. HEX triplet: B6, 24 and 1D. RGB value is (182,36,29). Sum of RGB (Red+Green+Blue) = 182+36+29=247 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.68% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 182 - color contains mainly: red. Hex color #B6241D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6241D is #49DBE2. Grayscale: #4F4F4F. Windows color (decimal): -4840419 or 1909942. OLE color: 1909942.

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

Color convert

RGB 182 36 29 -
CMYK 0 0.80 0.84 0.29
HSL 2.75º 0.73% 0.41% -
HSV(B) 2.75º 0.84% 0.71% -
XYZ 20.14 11.3 2.28 -
YUV 78.86 99.87 201.57 -
System Red Green Blue C M Y K H S L
Decimal 182 36 29 0 0.80 0.84 0.29 2.75 0.73 0.41
Hex B6 24 1D 0 50 54 1D 3 49 29
Octal 266 44 35 0 120 124 35 3 111 51
Binary 10110110 100100 11101 0 1010000 1010100 11101 11 1001001 101001

Color Harmonies of #B6241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6241D

Black with #B6241D

Text Example


Text Example

White with #B6241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6241D; }

 p { color: rgb(182,36,29); }

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

background-color css

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

 a { background-color: rgb(182,36,29); }

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

border-color css

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

 span { border-color: rgb(182,36,29); }

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