Html Css Color HEX #C02544 Brick Red

📋 copy color: '#C02544'

red 192 ◦ green 37 ◦ blue 68

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

Shades of Brick Red #C02544

Tints of Brick Red #C02544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.46%

 BLUE value IS 68 (26.95% from 255) = 22.9%

R = 64.65%
G = 12.46%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C02544 (or 0xC02544) is known color: Brick Red. HEX triplet: C0, 25 and 44. RGB value is (192,37,68). Sum of RGB (Red+Green+Blue) = 192+37+68=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C02544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02544 is #3FDABB. Grayscale: #565656. Windows color (decimal): -4184764 or 4466112. OLE color: 4466112.

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

Color convert

RGB 192 37 68 -
CMYK 0 0.81 0.65 0.25
HSL 348º 0.68% 0.45% -
HSV(B) 348º 0.81% 0.75% -
XYZ 23.44 12.95 6.73 -
YUV 86.88 117.35 202.98 -
System Red Green Blue C M Y K H S L
Decimal 192 37 68 0 0.81 0.65 0.25 348 0.68 0.45
Hex C0 25 44 0 51 41 19 15C 44 2D
Octal 300 45 104 0 121 101 31 534 104 55
Binary 11000000 100101 1000100 0 1010001 1000001 11001 101011100 1000100 101101

Color Harmonies of #C02544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02544

Black with #C02544

Text Example


Text Example

White with #C02544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02544; }

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

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

background-color css

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

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

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

border-color css

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

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

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