Html Css Color HEX #C04448 Brick Red

📋 copy color: '#C04448'

red 192 ◦ green 68 ◦ blue 72

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

Shades of Brick Red #C04448

Tints of Brick Red #C04448

RGB

 RED value IS 192 (75.39% from 255) = 57.83%

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

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

R = 57.83%
G = 20.48%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C04448 (or 0xC04448) is known color: Brick Red. HEX triplet: C0, 44 and 48. RGB value is (192,68,72). Sum of RGB (Red+Green+Blue) = 192+68+72=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C04448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04448 is #3FBBB7. Grayscale: #696969. Windows color (decimal): -4176824 or 4736192. OLE color: 4736192.

HSL color Cylindrical-coordinate representation of color #C04448: hue angle of 358.06º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04448 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 68 72 -
CMYK 0 0.65 0.63 0.25
HSL 358.06º 0.5% 0.51% -
HSV(B) 358.06º 0.65% 0.75% -
XYZ 24.98 15.81 7.87 -
YUV 105.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 192 68 72 0 0.65 0.63 0.25 358.06 0.5 0.51
Hex C0 44 48 0 41 3F 19 166 32 33
Octal 300 104 110 0 101 77 31 546 62 63
Binary 11000000 1000100 1001000 0 1000001 111111 11001 101100110 110010 110011

Color Harmonies of #C04448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04448

Black with #C04448

Text Example


Text Example

White with #C04448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04448; }

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

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

background-color css

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

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

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

border-color css

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

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

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