Html Css Color HEX #B6241E Fire Brick

📋 copy color: '#B6241E'

red 182 ◦ green 36 ◦ blue 30

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

Shades of Fire Brick #B6241E

Tints of Fire Brick #B6241E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.1%

R = 73.39%
G = 14.52%
B = 12.1%

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

#B6241E (or 0xB6241E) is known color: Fire Brick. HEX triplet: B6, 24 and 1E. RGB value is (182,36,30). Sum of RGB (Red+Green+Blue) = 182+36+30=248 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.39% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 182 - color contains mainly: red. Hex color #B6241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6241E is #49DBE1. Grayscale: #4F4F4F. Windows color (decimal): -4840418 or 1975478. OLE color: 1975478.

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

Color convert

RGB 182 36 30 -
CMYK 0 0.80 0.84 0.29
HSL 2.37º 0.72% 0.42% -
HSV(B) 2.37º 0.84% 0.71% -
XYZ 20.16 11.3 2.35 -
YUV 78.97 100.37 201.49 -
System Red Green Blue C M Y K H S L
Decimal 182 36 30 0 0.80 0.84 0.29 2.37 0.72 0.42
Hex B6 24 1E 0 50 54 1D 2 48 2A
Octal 266 44 36 0 120 124 35 2 110 52
Binary 10110110 100100 11110 0 1010000 1010100 11101 10 1001000 101010

Color Harmonies of #B6241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6241E

Black with #B6241E

Text Example


Text Example

White with #B6241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6241E; }

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

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

background-color css

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

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

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

border-color css

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

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

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