Html Css Color HEX #B61510 Fire Brick

📋 copy color: '#B61510'

red 182 ◦ green 21 ◦ blue 16

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

Shades of Fire Brick #B61510

Tints of Fire Brick #B61510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.59%

 BLUE value IS 16 (6.64% from 255) = 7.31%

R = 83.11%
G = 9.59%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B61510 (or 0xB61510) is known color: Fire Brick. HEX triplet: B6, 15 and 10. RGB value is (182,21,16). Sum of RGB (Red+Green+Blue) = 182+21+16=219 (29% of max value = 765). Red value is 182 (71.48% from 255 or 83.11% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 182 - color contains mainly: red. Hex color #B61510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61510 is #49EAEF. Grayscale: #444444. Windows color (decimal): -4844272 or 1054134. OLE color: 1054134.

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

Color convert

RGB 182 21 16 -
CMYK 0 0.88 0.91 0.29
HSL 1.81º 0.84% 0.39% -
HSV(B) 1.81º 0.91% 0.71% -
XYZ 19.65 10.52 1.48 -
YUV 68.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 182 21 16 0 0.88 0.91 0.29 1.81 0.84 0.39
Hex B6 15 10 0 58 5B 1D 2 54 27
Octal 266 25 20 0 130 133 35 2 124 47
Binary 10110110 10101 10000 0 1011000 1011011 11101 10 1010100 100111

Color Harmonies of #B61510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61510

Black with #B61510

Text Example


Text Example

White with #B61510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61510; }

 p { color: rgb(182,21,16); }

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

background-color css

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

 a { background-color: rgb(182,21,16); }

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

border-color css

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

 span { border-color: rgb(182,21,16); }

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