Html Css Color HEX #C02744 Brick Red

📋 copy color: '#C02744'

red 192 ◦ green 39 ◦ blue 68

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

Shades of Brick Red #C02744

Tints of Brick Red #C02744

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.04%

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

R = 64.21%
G = 13.04%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C02744 (or 0xC02744) is known color: Brick Red. HEX triplet: C0, 27 and 44. RGB value is (192,39,68). Sum of RGB (Red+Green+Blue) = 192+39+68=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C02744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02744 is #3FD8BB. Grayscale: #585858. Windows color (decimal): -4184252 or 4466624. OLE color: 4466624.

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

Color convert

RGB 192 39 68 -
CMYK 0 0.80 0.65 0.25
HSL 348.63º 0.66% 0.45% -
HSV(B) 348.63º 0.8% 0.75% -
XYZ 23.51 13.07 6.75 -
YUV 88.05 116.69 202.14 -
System Red Green Blue C M Y K H S L
Decimal 192 39 68 0 0.80 0.65 0.25 348.63 0.66 0.45
Hex C0 27 44 0 50 41 19 15D 42 2D
Octal 300 47 104 0 120 101 31 535 102 55
Binary 11000000 100111 1000100 0 1010000 1000001 11001 101011101 1000010 101101

Color Harmonies of #C02744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02744

Black with #C02744

Text Example


Text Example

White with #C02744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02744; }

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

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

background-color css

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

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

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

border-color css

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

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

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