Html Css Color HEX #B6261C Fire Brick

📋 copy color: '#B6261C'

red 182 ◦ green 38 ◦ blue 28

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

Shades of Fire Brick #B6261C

Tints of Fire Brick #B6261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.32%

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

R = 73.39%
G = 15.32%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6261C (or 0xB6261C) is known color: Fire Brick. HEX triplet: B6, 26 and 1C. RGB value is (182,38,28). Sum of RGB (Red+Green+Blue) = 182+38+28=248 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.39% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 182 - color contains mainly: red. Hex color #B6261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6261C is #49D9E3. Grayscale: #505050. Windows color (decimal): -4839908 or 1844918. OLE color: 1844918.

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

Color convert

RGB 182 38 28 -
CMYK 0 0.79 0.85 0.29
HSL 3.9º 0.73% 0.41% -
HSV(B) 3.9º 0.85% 0.71% -
XYZ 20.19 11.42 2.24 -
YUV 79.92 98.71 200.81 -
System Red Green Blue C M Y K H S L
Decimal 182 38 28 0 0.79 0.85 0.29 3.9 0.73 0.41
Hex B6 26 1C 0 4F 55 1D 4 49 29
Octal 266 46 34 0 117 125 35 4 111 51
Binary 10110110 100110 11100 0 1001111 1010101 11101 100 1001001 101001

Color Harmonies of #B6261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6261C

Black with #B6261C

Text Example


Text Example

White with #B6261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6261C; }

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

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

background-color css

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

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

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

border-color css

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

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

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