Html Css Color HEX #C0742B Meteor

📋 copy color: '#C0742B'

red 192 ◦ green 116 ◦ blue 43

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

Shades of Meteor #C0742B

Tints of Meteor #C0742B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

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

R = 54.7%
G = 33.05%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0742B (or 0xC0742B) is known color: Meteor. HEX triplet: C0, 74 and 2B. RGB value is (192,116,43). Sum of RGB (Red+Green+Blue) = 192+116+43=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0742B is #3F8BD4. Grayscale: #828282. Windows color (decimal): -4164565 or 2847936. OLE color: 2847936.

HSL color Cylindrical-coordinate representation of color #C0742B: hue angle of 29.4º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0742B is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 116 43 -
CMYK 0 0.40 0.78 0.25
HSL 29.4º 0.63% 0.46% -
HSV(B) 29.4º 0.78% 0.75% -
XYZ 28.42 23.87 5.4 -
YUV 130.4 78.68 171.94 -
System Red Green Blue C M Y K H S L
Decimal 192 116 43 0 0.40 0.78 0.25 29.4 0.63 0.46
Hex C0 74 2B 0 28 4E 19 1D 3F 2E
Octal 300 164 53 0 50 116 31 35 77 56
Binary 11000000 1110100 101011 0 101000 1001110 11001 11101 111111 101110

Color Harmonies of #C0742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0742B

Black with #C0742B

Text Example


Text Example

White with #C0742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0742B; }

 p { color: rgb(192,116,43); }

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

background-color css

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

 a { background-color: rgb(192,116,43); }

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

border-color css

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

 span { border-color: rgb(192,116,43); }

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