Html Css Color HEX #B6231E Fire Brick

📋 copy color: '#B6231E'

red 182 ◦ green 35 ◦ blue 30

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

Shades of Fire Brick #B6231E

Tints of Fire Brick #B6231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.17%

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

R = 73.68%
G = 14.17%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6231E (or 0xB6231E) is known color: Fire Brick. HEX triplet: B6, 23 and 1E. RGB value is (182,35,30). Sum of RGB (Red+Green+Blue) = 182+35+30=247 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.68% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 182 - color contains mainly: red. Hex color #B6231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6231E is #49DCE1. Grayscale: #4E4E4E. Windows color (decimal): -4840674 or 1975222. OLE color: 1975222.

HSL color Cylindrical-coordinate representation of color #B6231E: hue angle of 1.97º 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 #B6231E is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 35 30 -
CMYK 0 0.81 0.84 0.29
HSL 1.97º 0.72% 0.42% -
HSV(B) 1.97º 0.84% 0.71% -
XYZ 20.13 11.24 2.34 -
YUV 78.38 100.7 201.91 -
System Red Green Blue C M Y K H S L
Decimal 182 35 30 0 0.81 0.84 0.29 1.97 0.72 0.42
Hex B6 23 1E 0 51 54 1D 2 48 2A
Octal 266 43 36 0 121 124 35 2 110 52
Binary 10110110 100011 11110 0 1010001 1010100 11101 10 1001000 101010

Color Harmonies of #B6231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6231E

Black with #B6231E

Text Example


Text Example

White with #B6231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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