Html Css Color HEX #B61D1A Fire Brick

📋 copy color: '#B61D1A'

red 182 ◦ green 29 ◦ blue 26

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

Shades of Fire Brick #B61D1A

Tints of Fire Brick #B61D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.24%

 BLUE value IS 26 (10.55% from 255) = 10.97%

R = 76.79%
G = 12.24%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B61D1A (or 0xB61D1A) is known color: Fire Brick. HEX triplet: B6, 1D and 1A. RGB value is (182,29,26). Sum of RGB (Red+Green+Blue) = 182+29+26=237 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.79% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61D1A is #49E2E5. Grayscale: #4A4A4A. Windows color (decimal): -4842214 or 1711542. OLE color: 1711542.

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

Color convert

RGB 182 29 26 -
CMYK 0 0.84 0.86 0.29
HSL 1.15º 0.75% 0.41% -
HSV(B) 1.15º 0.86% 0.71% -
XYZ 19.92 10.9 2.03 -
YUV 74.41 100.69 204.74 -
System Red Green Blue C M Y K H S L
Decimal 182 29 26 0 0.84 0.86 0.29 1.15 0.75 0.41
Hex B6 1D 1A 0 54 56 1D 1 4B 29
Octal 266 35 32 0 124 126 35 1 113 51
Binary 10110110 11101 11010 0 1010100 1010110 11101 1 1001011 101001

Color Harmonies of #B61D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61D1A

Black with #B61D1A

Text Example


Text Example

White with #B61D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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