Html Css Color HEX #C0190D Fire Brick

📋 copy color: '#C0190D'

red 192 ◦ green 25 ◦ blue 13

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

Shades of Fire Brick #C0190D

Tints of Fire Brick #C0190D

RGB

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

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

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

R = 83.48%
G = 10.87%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0190D (or 0xC0190D) is known color: Fire Brick. HEX triplet: C0, 19 and 0D. RGB value is (192,25,13). Sum of RGB (Red+Green+Blue) = 192+25+13=230 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.48% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 192 - color contains mainly: red. Hex color #C0190D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0190D is #3FE6F2. Grayscale: #494949. Windows color (decimal): -4187891 or 858560. OLE color: 858560.

HSL color Cylindrical-coordinate representation of color #C0190D: hue angle of 4.02º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0190D is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 13 -
CMYK 0 0.87 0.93 0.25
HSL 4.02º 0.87% 0.4% -
HSV(B) 4.02º 0.93% 0.75% -
XYZ 22.16 11.93 1.52 -
YUV 73.57 93.83 212.48 -
System Red Green Blue C M Y K H S L
Decimal 192 25 13 0 0.87 0.93 0.25 4.02 0.87 0.4
Hex C0 19 D 0 57 5D 19 4 57 28
Octal 300 31 15 0 127 135 31 4 127 50
Binary 11000000 11001 1101 0 1010111 1011101 11001 100 1010111 101000

Color Harmonies of #C0190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0190D

Black with #C0190D

Text Example


Text Example

White with #C0190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0190D; }

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

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

background-color css

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

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

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

border-color css

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

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

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