Html Css Color HEX #C02644 Brick Red

📋 copy color: '#C02644'

red 192 ◦ green 38 ◦ blue 68

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

Shades of Brick Red #C02644

Tints of Brick Red #C02644

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.75%

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

R = 64.43%
G = 12.75%
B = 22.82%

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

#C02644 (or 0xC02644) is known color: Brick Red. HEX triplet: C0, 26 and 44. RGB value is (192,38,68). Sum of RGB (Red+Green+Blue) = 192+38+68=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C02644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02644 is #3FD9BB. Grayscale: #575757. Windows color (decimal): -4184508 or 4466368. OLE color: 4466368.

HSL color Cylindrical-coordinate representation of color #C02644: hue angle of 348.31º degrees, saturation: 0.67, 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 #C02644 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 38 68 -
CMYK 0 0.80 0.65 0.25
HSL 348.31º 0.67% 0.45% -
HSV(B) 348.31º 0.8% 0.75% -
XYZ 23.47 13.01 6.74 -
YUV 87.47 117.02 202.56 -
System Red Green Blue C M Y K H S L
Decimal 192 38 68 0 0.80 0.65 0.25 348.31 0.67 0.45
Hex C0 26 44 0 50 41 19 15C 43 2D
Octal 300 46 104 0 120 101 31 534 103 55
Binary 11000000 100110 1000100 0 1010000 1000001 11001 101011100 1000011 101101

Color Harmonies of #C02644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02644

Black with #C02644

Text Example


Text Example

White with #C02644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02644; }

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

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

background-color css

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

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

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

border-color css

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

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

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