Html Css Color HEX #C0283E Brick Red

📋 copy color: '#C0283E'

red 192 ◦ green 40 ◦ blue 62

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

Shades of Brick Red #C0283E

Tints of Brick Red #C0283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.61%

 BLUE value IS 62 (24.61% from 255) = 21.09%

R = 65.31%
G = 13.61%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0283E (or 0xC0283E) is known color: Brick Red. HEX triplet: C0, 28 and 3E. RGB value is (192,40,62). Sum of RGB (Red+Green+Blue) = 192+40+62=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C0283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0283E is #3FD7C1. Grayscale: #585858. Windows color (decimal): -4184002 or 4073664. OLE color: 4073664.

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

Color convert

RGB 192 40 62 -
CMYK 0 0.79 0.68 0.25
HSL 351.32º 0.66% 0.45% -
HSV(B) 351.32º 0.79% 0.75% -
XYZ 23.37 13.07 5.85 -
YUV 87.96 113.36 202.21 -
System Red Green Blue C M Y K H S L
Decimal 192 40 62 0 0.79 0.68 0.25 351.32 0.66 0.45
Hex C0 28 3E 0 4F 44 19 15F 42 2D
Octal 300 50 76 0 117 104 31 537 102 55
Binary 11000000 101000 111110 0 1001111 1000100 11001 101011111 1000010 101101

Color Harmonies of #C0283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0283E

Black with #C0283E

Text Example


Text Example

White with #C0283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0283E; }

 p { color: rgb(192,40,62); }

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

background-color css

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

 a { background-color: rgb(192,40,62); }

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

border-color css

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

 span { border-color: rgb(192,40,62); }

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