Html Css Color HEX #C02643 Brick Red

📋 copy color: '#C02643'

red 192 ◦ green 38 ◦ blue 67

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

Shades of Brick Red #C02643

Tints of Brick Red #C02643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.56%

R = 64.65%
G = 12.79%
B = 22.56%

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

#C02643 (or 0xC02643) is known color: Brick Red. HEX triplet: C0, 26 and 43. RGB value is (192,38,67). Sum of RGB (Red+Green+Blue) = 192+38+67=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C02643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02643 is #3FD9BC. Grayscale: #575757. Windows color (decimal): -4184509 or 4400832. OLE color: 4400832.

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

Color convert

RGB 192 38 67 -
CMYK 0 0.80 0.65 0.25
HSL 348.7º 0.67% 0.45% -
HSV(B) 348.7º 0.8% 0.75% -
XYZ 23.44 13 6.58 -
YUV 87.35 116.52 202.64 -
System Red Green Blue C M Y K H S L
Decimal 192 38 67 0 0.80 0.65 0.25 348.7 0.67 0.45
Hex C0 26 43 0 50 41 19 15D 43 2D
Octal 300 46 103 0 120 101 31 535 103 55
Binary 11000000 100110 1000011 0 1010000 1000001 11001 101011101 1000011 101101

Color Harmonies of #C02643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02643

Black with #C02643

Text Example


Text Example

White with #C02643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02643; }

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

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

background-color css

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

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

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

border-color css

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

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

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