Html Css Color HEX #C44448 Brick Red

📋 copy color: '#C44448'

red 196 ◦ green 68 ◦ blue 72

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

Shades of Brick Red #C44448

Tints of Brick Red #C44448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.24%

 BLUE value IS 72 (28.52% from 255) = 21.43%

R = 58.33%
G = 20.24%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C44448 (or 0xC44448) is known color: Brick Red. HEX triplet: C4, 44 and 48. RGB value is (196,68,72). Sum of RGB (Red+Green+Blue) = 196+68+72=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C44448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44448 is #3BBBB7. Grayscale: #6A6A6A. Windows color (decimal): -3914680 or 4736196. OLE color: 4736196.

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

Color convert

RGB 196 68 72 -
CMYK 0 0.65 0.63 0.23
HSL 358.13º 0.52% 0.52% -
HSV(B) 358.13º 0.65% 0.77% -
XYZ 26 16.34 7.91 -
YUV 106.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 196 68 72 0 0.65 0.63 0.23 358.13 0.52 0.52
Hex C4 44 48 0 41 3F 17 166 34 34
Octal 304 104 110 0 101 77 27 546 64 64
Binary 11000100 1000100 1001000 0 1000001 111111 10111 101100110 110100 110100

Color Harmonies of #C44448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44448

Black with #C44448

Text Example


Text Example

White with #C44448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44448; }

 p { color: rgb(196,68,72); }

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

background-color css

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

 a { background-color: rgb(196,68,72); }

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

border-color css

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

 span { border-color: rgb(196,68,72); }

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