Html Css Color HEX #C13045 Brick Red

📋 copy color: '#C13045'

red 193 ◦ green 48 ◦ blue 69

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

Shades of Brick Red #C13045

Tints of Brick Red #C13045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 62.26%
G = 15.48%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C13045 (or 0xC13045) is known color: Brick Red. HEX triplet: C1, 30 and 45. RGB value is (193,48,69). Sum of RGB (Red+Green+Blue) = 193+48+69=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C13045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13045 is #3ECFBA. Grayscale: #5D5D5D. Windows color (decimal): -4116411 or 4534465. OLE color: 4534465.

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

Color convert

RGB 193 48 69 -
CMYK 0 0.75 0.64 0.24
HSL 351.31º 0.6% 0.47% -
HSV(B) 351.31º 0.75% 0.76% -
XYZ 24.12 13.88 7.04 -
YUV 93.75 114.04 198.79 -
System Red Green Blue C M Y K H S L
Decimal 193 48 69 0 0.75 0.64 0.24 351.31 0.6 0.47
Hex C1 30 45 0 4B 40 18 15F 3C 2F
Octal 301 60 105 0 113 100 30 537 74 57
Binary 11000001 110000 1000101 0 1001011 1000000 11000 101011111 111100 101111

Color Harmonies of #C13045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13045

Black with #C13045

Text Example


Text Example

White with #C13045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13045; }

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

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

background-color css

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

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

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

border-color css

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

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

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