Html Css Color HEX #C1333C Brick Red

📋 copy color: '#C1333C'

red 193 ◦ green 51 ◦ blue 60

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

Shades of Brick Red #C1333C

Tints of Brick Red #C1333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.78%

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 63.49%
G = 16.78%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1333C (or 0xC1333C) is known color: Brick Red. HEX triplet: C1, 33 and 3C. RGB value is (193,51,60). Sum of RGB (Red+Green+Blue) = 193+51+60=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1333C is #3ECCC3. Grayscale: #5E5E5E. Windows color (decimal): -4115652 or 3945409. OLE color: 3945409.

HSL color Cylindrical-coordinate representation of color #C1333C: hue angle of 356.2º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1333C is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 51 60 -
CMYK 0 0.74 0.69 0.24
HSL 356.2º 0.58% 0.48% -
HSV(B) 356.2º 0.74% 0.76% -
XYZ 23.99 14.03 5.72 -
YUV 94.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 193 51 60 0 0.74 0.69 0.24 356.2 0.58 0.48
Hex C1 33 3C 0 4A 45 18 164 3A 30
Octal 301 63 74 0 112 105 30 544 72 60
Binary 11000001 110011 111100 0 1001010 1000101 11000 101100100 111010 110000

Color Harmonies of #C1333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1333C

Black with #C1333C

Text Example


Text Example

White with #C1333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1333C; }

 p { color: rgb(193,51,60); }

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

background-color css

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

 a { background-color: rgb(193,51,60); }

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

border-color css

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

 span { border-color: rgb(193,51,60); }

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