Html Css Color HEX #B6231C Fire Brick

📋 copy color: '#B6231C'

red 182 ◦ green 35 ◦ blue 28

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

Shades of Fire Brick #B6231C

Tints of Fire Brick #B6231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.43%

R = 74.29%
G = 14.29%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6231C (or 0xB6231C) is known color: Fire Brick. HEX triplet: B6, 23 and 1C. RGB value is (182,35,28). Sum of RGB (Red+Green+Blue) = 182+35+28=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B6231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6231C is #49DCE3. Grayscale: #4E4E4E. Windows color (decimal): -4840676 or 1844150. OLE color: 1844150.

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

Color convert

RGB 182 35 28 -
CMYK 0 0.81 0.85 0.29
HSL 2.73º 0.73% 0.41% -
HSV(B) 2.73º 0.85% 0.71% -
XYZ 20.1 11.23 2.21 -
YUV 78.16 99.7 202.07 -
System Red Green Blue C M Y K H S L
Decimal 182 35 28 0 0.81 0.85 0.29 2.73 0.73 0.41
Hex B6 23 1C 0 51 55 1D 3 49 29
Octal 266 43 34 0 121 125 35 3 111 51
Binary 10110110 100011 11100 0 1010001 1010101 11101 11 1001001 101001

Color Harmonies of #B6231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6231C

Black with #B6231C

Text Example


Text Example

White with #B6231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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