Html Css Color HEX #C43045 Brick Red

📋 copy color: '#C43045'

red 196 ◦ green 48 ◦ blue 69

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

Shades of Brick Red #C43045

Tints of Brick Red #C43045

RGB

 RED value IS 196 (76.95% from 255) = 62.62%

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

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

R = 62.62%
G = 15.34%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C43045 (or 0xC43045) is known color: Brick Red. HEX triplet: C4, 30 and 45. RGB value is (196,48,69). Sum of RGB (Red+Green+Blue) = 196+48+69=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C43045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43045 is #3BCFBA. Grayscale: #5E5E5E. Windows color (decimal): -3919803 or 4534468. OLE color: 4534468.

HSL color Cylindrical-coordinate representation of color #C43045: hue angle of 351.49º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43045 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 48 69 -
CMYK 0 0.76 0.65 0.23
HSL 351.49º 0.61% 0.48% -
HSV(B) 351.49º 0.76% 0.77% -
XYZ 24.9 14.28 7.07 -
YUV 94.65 113.53 200.29 -
System Red Green Blue C M Y K H S L
Decimal 196 48 69 0 0.76 0.65 0.23 351.49 0.61 0.48
Hex C4 30 45 0 4C 41 17 15F 3D 30
Octal 304 60 105 0 114 101 27 537 75 60
Binary 11000100 110000 1000101 0 1001100 1000001 10111 101011111 111101 110000

Color Harmonies of #C43045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43045

Black with #C43045

Text Example


Text Example

White with #C43045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43045; }

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

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

background-color css

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

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

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

border-color css

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

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

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