Html Css Color HEX #C6333D Brick Red

📋 copy color: '#C6333D'

red 198 ◦ green 51 ◦ blue 61

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

Shades of Brick Red #C6333D

Tints of Brick Red #C6333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.45%

 BLUE value IS 61 (24.22% from 255) = 19.68%

R = 63.87%
G = 16.45%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6333D (or 0xC6333D) is known color: Brick Red. HEX triplet: C6, 33 and 3D. RGB value is (198,51,61). Sum of RGB (Red+Green+Blue) = 198+51+61=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6333D is #39CCC2. Grayscale: #606060. Windows color (decimal): -3787971 or 4010950. OLE color: 4010950.

HSL color Cylindrical-coordinate representation of color #C6333D: hue angle of 355.92º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6333D is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 51 61 -
CMYK 0 0.74 0.69 0.22
HSL 355.92º 0.59% 0.49% -
HSV(B) 355.92º 0.74% 0.78% -
XYZ 25.31 14.71 5.92 -
YUV 96.09 108.2 200.69 -
System Red Green Blue C M Y K H S L
Decimal 198 51 61 0 0.74 0.69 0.22 355.92 0.59 0.49
Hex C6 33 3D 0 4A 45 16 164 3B 31
Octal 306 63 75 0 112 105 26 544 73 61
Binary 11000110 110011 111101 0 1001010 1000101 10110 101100100 111011 110001

Color Harmonies of #C6333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6333D

Black with #C6333D

Text Example


Text Example

White with #C6333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6333D; }

 p { color: rgb(198,51,61); }

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

background-color css

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

 a { background-color: rgb(198,51,61); }

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

border-color css

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

 span { border-color: rgb(198,51,61); }

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