Html Css Color HEX #C1582B Smoke Tree

📋 copy color: '#C1582B'

red 193 ◦ green 88 ◦ blue 43

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

Shades of Smoke Tree #C1582B

Tints of Smoke Tree #C1582B

RGB

 RED value IS 193 (75.78% from 255) = 59.57%

 GREEN value IS 88 (34.77% from 255) = 27.16%

 BLUE value IS 43 (17.19% from 255) = 13.27%

R = 59.57%
G = 27.16%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1582B (or 0xC1582B) is known color: Smoke Tree. HEX triplet: C1, 58 and 2B. RGB value is (193,88,43). Sum of RGB (Red+Green+Blue) = 193+88+43=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C1582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1582B is #3EA7D4. Grayscale: #727272. Windows color (decimal): -4106197 or 2840769. OLE color: 2840769.

HSL color Cylindrical-coordinate representation of color #C1582B: hue angle of 18º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1582B is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 88 43 -
CMYK 0 0.54 0.78 0.24
HSL 18º 0.64% 0.46% -
HSV(B) 18º 0.78% 0.76% -
XYZ 25.92 18.49 4.49 -
YUV 114.27 87.79 184.16 -
System Red Green Blue C M Y K H S L
Decimal 193 88 43 0 0.54 0.78 0.24 18 0.64 0.46
Hex C1 58 2B 0 36 4E 18 12 40 2E
Octal 301 130 53 0 66 116 30 22 100 56
Binary 11000001 1011000 101011 0 110110 1001110 11000 10010 1000000 101110

Color Harmonies of #C1582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1582B

Black with #C1582B

Text Example


Text Example

White with #C1582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1582B; }

 p { color: rgb(193,88,43); }

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

background-color css

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

 a { background-color: rgb(193,88,43); }

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

border-color css

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

 span { border-color: rgb(193,88,43); }

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