Html Css Color HEX #B61C0A Fire Brick

📋 copy color: '#B61C0A'

red 182 ◦ green 28 ◦ blue 10

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

Shades of Fire Brick #B61C0A

Tints of Fire Brick #B61C0A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.73%

 BLUE value IS 10 (4.3% from 255) = 4.55%

R = 82.73%
G = 12.73%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B61C0A (or 0xB61C0A) is known color: Fire Brick. HEX triplet: B6, 1C and 0A. RGB value is (182,28,10). Sum of RGB (Red+Green+Blue) = 182+28+10=220 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.73% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 182 - color contains mainly: red. Hex color #B61C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61C0A is #49E3F5. Grayscale: #484848. Windows color (decimal): -4842486 or 662710. OLE color: 662710.

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

Color convert

RGB 182 28 10 -
CMYK 0 0.85 0.95 0.29
HSL 6.28º 0.9% 0.38% -
HSV(B) 6.28º 0.95% 0.71% -
XYZ 19.76 10.8 1.33 -
YUV 71.99 93.02 206.46 -
System Red Green Blue C M Y K H S L
Decimal 182 28 10 0 0.85 0.95 0.29 6.28 0.9 0.38
Hex B6 1C A 0 55 5F 1D 6 5A 26
Octal 266 34 12 0 125 137 35 6 132 46
Binary 10110110 11100 1010 0 1010101 1011111 11101 110 1011010 100110

Color Harmonies of #B61C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61C0A

Black with #B61C0A

Text Example


Text Example

White with #B61C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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