Html Css Color HEX #C02743 Brick Red

📋 copy color: '#C02743'

red 192 ◦ green 39 ◦ blue 67

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

Shades of Brick Red #C02743

Tints of Brick Red #C02743

RGB

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

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

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

R = 64.43%
G = 13.09%
B = 22.48%

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

#C02743 (or 0xC02743) is known color: Brick Red. HEX triplet: C0, 27 and 43. RGB value is (192,39,67). Sum of RGB (Red+Green+Blue) = 192+39+67=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C02743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02743 is #3FD8BC. Grayscale: #575757. Windows color (decimal): -4184253 or 4401088. OLE color: 4401088.

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

Color convert

RGB 192 39 67 -
CMYK 0 0.80 0.65 0.25
HSL 349.02º 0.66% 0.45% -
HSV(B) 349.02º 0.8% 0.75% -
XYZ 23.48 13.06 6.59 -
YUV 87.94 116.19 202.22 -
System Red Green Blue C M Y K H S L
Decimal 192 39 67 0 0.80 0.65 0.25 349.02 0.66 0.45
Hex C0 27 43 0 50 41 19 15D 42 2D
Octal 300 47 103 0 120 101 31 535 102 55
Binary 11000000 100111 1000011 0 1010000 1000001 11001 101011101 1000010 101101

Color Harmonies of #C02743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02743

Black with #C02743

Text Example


Text Example

White with #C02743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02743; }

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

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

background-color css

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

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

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

border-color css

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

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

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