Html Css Color HEX #C01610 Fire Brick

📋 copy color: '#C01610'

red 192 ◦ green 22 ◦ blue 16

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

Shades of Fire Brick #C01610

Tints of Fire Brick #C01610

RGB

 RED value IS 192 (75.39% from 255) = 83.48%

 GREEN value IS 22 (8.98% from 255) = 9.57%

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

R = 83.48%
G = 9.57%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C01610 (or 0xC01610) is known color: Fire Brick. HEX triplet: C0, 16 and 10. RGB value is (192,22,16). Sum of RGB (Red+Green+Blue) = 192+22+16=230 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.48% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 192 - color contains mainly: red. Hex color #C01610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01610 is #3FE9EF. Grayscale: #484848. Windows color (decimal): -4188656 or 1054400. OLE color: 1054400.

HSL color Cylindrical-coordinate representation of color #C01610: hue angle of 2.05º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01610 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 22 16 -
CMYK 0 0.89 0.92 0.25
HSL 2.05º 0.85% 0.41% -
HSV(B) 2.05º 0.92% 0.75% -
XYZ 22.12 11.82 1.61 -
YUV 72.15 96.32 213.49 -
System Red Green Blue C M Y K H S L
Decimal 192 22 16 0 0.89 0.92 0.25 2.05 0.85 0.41
Hex C0 16 10 0 59 5C 19 2 55 29
Octal 300 26 20 0 131 134 31 2 125 51
Binary 11000000 10110 10000 0 1011001 1011100 11001 10 1010101 101001

Color Harmonies of #C01610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01610

Black with #C01610

Text Example


Text Example

White with #C01610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01610; }

 p { color: rgb(192,22,16); }

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

background-color css

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

 a { background-color: rgb(192,22,16); }

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

border-color css

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

 span { border-color: rgb(192,22,16); }

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