Html Css Color HEX #C1732B Meteor

📋 copy color: '#C1732B'

red 193 ◦ green 115 ◦ blue 43

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

Shades of Meteor #C1732B

Tints of Meteor #C1732B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.76%

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

R = 54.99%
G = 32.76%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1732B (or 0xC1732B) is known color: Meteor. HEX triplet: C1, 73 and 2B. RGB value is (193,115,43). Sum of RGB (Red+Green+Blue) = 193+115+43=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1732B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1732B is #3E8CD4. Grayscale: #828282. Windows color (decimal): -4099285 or 2847681. OLE color: 2847681.

HSL color Cylindrical-coordinate representation of color #C1732B: hue angle of 28.8º 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 #C1732B is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 115 43 -
CMYK 0 0.40 0.78 0.24
HSL 28.8º 0.64% 0.46% -
HSV(B) 28.8º 0.78% 0.76% -
XYZ 28.56 23.77 5.37 -
YUV 130.11 78.84 172.85 -
System Red Green Blue C M Y K H S L
Decimal 193 115 43 0 0.40 0.78 0.24 28.8 0.64 0.46
Hex C1 73 2B 0 28 4E 18 1D 40 2E
Octal 301 163 53 0 50 116 30 35 100 56
Binary 11000001 1110011 101011 0 101000 1001110 11000 11101 1000000 101110

Color Harmonies of #C1732B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1732B

Black with #C1732B

Text Example


Text Example

White with #C1732B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1732B; }

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

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

background-color css

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

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

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

border-color css

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

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

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