Html Css Color HEX #B61C0D Fire Brick

📋 copy color: '#B61C0D'

red 182 ◦ green 28 ◦ blue 13

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

Shades of Fire Brick #B61C0D

Tints of Fire Brick #B61C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 81.61%
G = 12.56%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B61C0D (or 0xB61C0D) is known color: Fire Brick. HEX triplet: B6, 1C and 0D. RGB value is (182,28,13). Sum of RGB (Red+Green+Blue) = 182+28+13=223 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.61% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 182 - color contains mainly: red. Hex color #B61C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61C0D is #49E3F2. Grayscale: #484848. Windows color (decimal): -4842483 or 859318. OLE color: 859318.

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

Color convert

RGB 182 28 13 -
CMYK 0 0.85 0.93 0.29
HSL 5.33º 0.87% 0.38% -
HSV(B) 5.33º 0.93% 0.71% -
XYZ 19.78 10.8 1.42 -
YUV 72.34 94.52 206.22 -
System Red Green Blue C M Y K H S L
Decimal 182 28 13 0 0.85 0.93 0.29 5.33 0.87 0.38
Hex B6 1C D 0 55 5D 1D 5 57 26
Octal 266 34 15 0 125 135 35 5 127 46
Binary 10110110 11100 1101 0 1010101 1011101 11101 101 1010111 100110

Color Harmonies of #B61C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61C0D

Black with #B61C0D

Text Example


Text Example

White with #B61C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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