Html Css Color HEX #C6283A Brick Red

📋 copy color: '#C6283A'

red 198 ◦ green 40 ◦ blue 58

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

Shades of Brick Red #C6283A

Tints of Brick Red #C6283A

RGB

 RED value IS 198 (77.73% from 255) = 66.89%

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

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 66.89%
G = 13.51%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6283A (or 0xC6283A) is known color: Brick Red. HEX triplet: C6, 28 and 3A. RGB value is (198,40,58). Sum of RGB (Red+Green+Blue) = 198+40+58=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C6283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6283A is #39D7C5. Grayscale: #595959. Windows color (decimal): -3790790 or 3811526. OLE color: 3811526.

HSL color Cylindrical-coordinate representation of color #C6283A: hue angle of 353.16º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6283A is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 58 -
CMYK 0 0.80 0.71 0.22
HSL 353.16º 0.66% 0.47% -
HSV(B) 353.16º 0.8% 0.78% -
XYZ 24.81 13.83 5.36 -
YUV 89.29 110.35 205.54 -
System Red Green Blue C M Y K H S L
Decimal 198 40 58 0 0.80 0.71 0.22 353.16 0.66 0.47
Hex C6 28 3A 0 50 47 16 161 42 2F
Octal 306 50 72 0 120 107 26 541 102 57
Binary 11000110 101000 111010 0 1010000 1000111 10110 101100001 1000010 101111

Color Harmonies of #C6283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6283A

Black with #C6283A

Text Example


Text Example

White with #C6283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6283A; }

 p { color: rgb(198,40,58); }

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

background-color css

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

 a { background-color: rgb(198,40,58); }

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

border-color css

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

 span { border-color: rgb(198,40,58); }

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