Html Css Color HEX #C0190F Fire Brick

📋 copy color: '#C0190F'

red 192 ◦ green 25 ◦ blue 15

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

Shades of Fire Brick #C0190F

Tints of Fire Brick #C0190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.78%

 BLUE value IS 15 (6.25% from 255) = 6.47%

R = 82.76%
G = 10.78%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0190F (or 0xC0190F) is known color: Fire Brick. HEX triplet: C0, 19 and 0F. RGB value is (192,25,15). Sum of RGB (Red+Green+Blue) = 192+25+15=232 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.76% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 192 - color contains mainly: red. Hex color #C0190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0190F is #3FE6F0. Grayscale: #4A4A4A. Windows color (decimal): -4187889 or 989632. OLE color: 989632.

HSL color Cylindrical-coordinate representation of color #C0190F: hue angle of 3.39º degrees, saturation: 0.86, 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 #C0190F is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 15 -
CMYK 0 0.87 0.92 0.25
HSL 3.39º 0.86% 0.41% -
HSV(B) 3.39º 0.92% 0.75% -
XYZ 22.17 11.94 1.59 -
YUV 73.79 94.83 212.31 -
System Red Green Blue C M Y K H S L
Decimal 192 25 15 0 0.87 0.92 0.25 3.39 0.86 0.41
Hex C0 19 F 0 57 5C 19 3 56 29
Octal 300 31 17 0 127 134 31 3 126 51
Binary 11000000 11001 1111 0 1010111 1011100 11001 11 1010110 101001

Color Harmonies of #C0190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0190F

Black with #C0190F

Text Example


Text Example

White with #C0190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0190F; }

 p { color: rgb(192,25,15); }

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

background-color css

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

 a { background-color: rgb(192,25,15); }

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

border-color css

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

 span { border-color: rgb(192,25,15); }

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