Html Css Color HEX #B61F1C Fire Brick

📋 copy color: '#B61F1C'

red 182 ◦ green 31 ◦ blue 28

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

Shades of Fire Brick #B61F1C

Tints of Fire Brick #B61F1C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.86%

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

R = 75.52%
G = 12.86%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B61F1C (or 0xB61F1C) is known color: Fire Brick. HEX triplet: B6, 1F and 1C. RGB value is (182,31,28). Sum of RGB (Red+Green+Blue) = 182+31+28=241 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.52% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61F1C is #49E0E3. Grayscale: #4B4B4B. Windows color (decimal): -4841700 or 1843126. OLE color: 1843126.

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

Color convert

RGB 182 31 28 -
CMYK 0 0.83 0.85 0.29
HSL 1.17º 0.73% 0.41% -
HSV(B) 1.17º 0.85% 0.71% -
XYZ 19.99 11.01 2.17 -
YUV 75.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 182 31 28 0 0.83 0.85 0.29 1.17 0.73 0.41
Hex B6 1F 1C 0 53 55 1D 1 49 29
Octal 266 37 34 0 123 125 35 1 111 51
Binary 10110110 11111 11100 0 1010011 1010101 11101 1 1001001 101001

Color Harmonies of #B61F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61F1C

Black with #B61F1C

Text Example


Text Example

White with #B61F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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