Html Css Color HEX #C13445 Brick Red

📋 copy color: '#C13445'

red 193 ◦ green 52 ◦ blue 69

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

Shades of Brick Red #C13445

Tints of Brick Red #C13445

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

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

R = 61.46%
G = 16.56%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C13445 (or 0xC13445) is known color: Brick Red. HEX triplet: C1, 34 and 45. RGB value is (193,52,69). Sum of RGB (Red+Green+Blue) = 193+52+69=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C13445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13445 is #3ECBBA. Grayscale: #606060. Windows color (decimal): -4115387 or 4535489. OLE color: 4535489.

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

Color convert

RGB 193 52 69 -
CMYK 0 0.73 0.64 0.24
HSL 352.77º 0.58% 0.48% -
HSV(B) 352.77º 0.73% 0.76% -
XYZ 24.29 14.22 7.1 -
YUV 96.1 112.71 197.12 -
System Red Green Blue C M Y K H S L
Decimal 193 52 69 0 0.73 0.64 0.24 352.77 0.58 0.48
Hex C1 34 45 0 49 40 18 161 3A 30
Octal 301 64 105 0 111 100 30 541 72 60
Binary 11000001 110100 1000101 0 1001001 1000000 11000 101100001 111010 110000

Color Harmonies of #C13445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13445

Black with #C13445

Text Example


Text Example

White with #C13445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13445; }

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

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

background-color css

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

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

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

border-color css

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

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

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