Html Css Color HEX #C1303A Brick Red

📋 copy color: '#C1303A'

red 193 ◦ green 48 ◦ blue 58

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

Shades of Brick Red #C1303A

Tints of Brick Red #C1303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.05%

 BLUE value IS 58 (23.05% from 255) = 19.4%

R = 64.55%
G = 16.05%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1303A (or 0xC1303A) is known color: Brick Red. HEX triplet: C1, 30 and 3A. RGB value is (193,48,58). Sum of RGB (Red+Green+Blue) = 193+48+58=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C1303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1303A is #3ECFC5. Grayscale: #5C5C5C. Windows color (decimal): -4116422 or 3813569. OLE color: 3813569.

HSL color Cylindrical-coordinate representation of color #C1303A: hue angle of 355.86º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1303A is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 48 58 -
CMYK 0 0.75 0.70 0.24
HSL 355.86º 0.6% 0.47% -
HSV(B) 355.86º 0.75% 0.76% -
XYZ 23.81 13.76 5.4 -
YUV 92.5 108.54 199.69 -
System Red Green Blue C M Y K H S L
Decimal 193 48 58 0 0.75 0.70 0.24 355.86 0.6 0.47
Hex C1 30 3A 0 4B 46 18 164 3C 2F
Octal 301 60 72 0 113 106 30 544 74 57
Binary 11000001 110000 111010 0 1001011 1000110 11000 101100100 111100 101111

Color Harmonies of #C1303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1303A

Black with #C1303A

Text Example


Text Example

White with #C1303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1303A; }

 p { color: rgb(193,48,58); }

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

background-color css

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

 a { background-color: rgb(193,48,58); }

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

border-color css

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

 span { border-color: rgb(193,48,58); }

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