Html Css Color HEX #C44348 Brick Red

📋 copy color: '#C44348'

red 196 ◦ green 67 ◦ blue 72

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

Shades of Brick Red #C44348

Tints of Brick Red #C44348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

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

R = 58.51%
G = 20%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C44348 (or 0xC44348) is known color: Brick Red. HEX triplet: C4, 43 and 48. RGB value is (196,67,72). Sum of RGB (Red+Green+Blue) = 196+67+72=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C44348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44348 is #3BBCB7. Grayscale: #6A6A6A. Windows color (decimal): -3914936 or 4735940. OLE color: 4735940.

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

Color convert

RGB 196 67 72 -
CMYK 0 0.66 0.63 0.23
HSL 357.67º 0.52% 0.52% -
HSV(B) 357.67º 0.66% 0.77% -
XYZ 25.94 16.22 7.89 -
YUV 106.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 196 67 72 0 0.66 0.63 0.23 357.67 0.52 0.52
Hex C4 43 48 0 42 3F 17 166 34 34
Octal 304 103 110 0 102 77 27 546 64 64
Binary 11000100 1000011 1001000 0 1000010 111111 10111 101100110 110100 110100

Color Harmonies of #C44348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44348

Black with #C44348

Text Example


Text Example

White with #C44348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44348; }

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

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

background-color css

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

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

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

border-color css

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

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

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