Html Css Color HEX #C61B16 Fire Brick

📋 copy color: '#C61B16'

red 198 ◦ green 27 ◦ blue 22

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

Shades of Fire Brick #C61B16

Tints of Fire Brick #C61B16

RGB

 RED value IS 198 (77.73% from 255) = 80.16%

 GREEN value IS 27 (10.94% from 255) = 10.93%

 BLUE value IS 22 (8.98% from 255) = 8.91%

R = 80.16%
G = 10.93%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C61B16 (or 0xC61B16) is known color: Fire Brick. HEX triplet: C6, 1B and 16. RGB value is (198,27,22). Sum of RGB (Red+Green+Blue) = 198+27+22=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61B16 is #39E4E9. Grayscale: #4D4D4D. Windows color (decimal): -3794154 or 1448902. OLE color: 1448902.

HSL color Cylindrical-coordinate representation of color #C61B16: hue angle of 1.7º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61B16 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 27 22 -
CMYK 0 0.86 0.89 0.22
HSL 1.7º 0.8% 0.43% -
HSV(B) 1.7º 0.89% 0.78% -
XYZ 23.83 12.85 1.98 -
YUV 77.56 96.65 213.91 -
System Red Green Blue C M Y K H S L
Decimal 198 27 22 0 0.86 0.89 0.22 1.7 0.8 0.43
Hex C6 1B 16 0 56 59 16 2 50 2B
Octal 306 33 26 0 126 131 26 2 120 53
Binary 11000110 11011 10110 0 1010110 1011001 10110 10 1010000 101011

Color Harmonies of #C61B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B16

Black with #C61B16

Text Example


Text Example

White with #C61B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B16; }

 p { color: rgb(198,27,22); }

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

background-color css

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

 a { background-color: rgb(198,27,22); }

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

border-color css

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

 span { border-color: rgb(198,27,22); }

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