Html Css Color HEX #CA483D Grenadier

📋 copy color: '#CA483D'

red 202 ◦ green 72 ◦ blue 61

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

Shades of Grenadier #CA483D

Tints of Grenadier #CA483D

RGB

 RED value IS 202 (79.3% from 255) = 60.3%

 GREEN value IS 72 (28.52% from 255) = 21.49%

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

R = 60.3%
G = 21.49%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA483D (or 0xCA483D) is known color: Grenadier. HEX triplet: CA, 48 and 3D. RGB value is (202,72,61). Sum of RGB (Red+Green+Blue) = 202+72+61=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA483D is #35B7C2. Grayscale: #6D6D6D. Windows color (decimal): -3520451 or 4016330. OLE color: 4016330.

HSL color Cylindrical-coordinate representation of color #CA483D: hue angle of 4.68º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA483D is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 72 61 -
CMYK 0 0.64 0.70 0.21
HSL 4.68º 0.57% 0.52% -
HSV(B) 4.68º 0.7% 0.79% -
XYZ 27.52 17.53 6.35 -
YUV 109.62 100.57 193.89 -
System Red Green Blue C M Y K H S L
Decimal 202 72 61 0 0.64 0.70 0.21 4.68 0.57 0.52
Hex CA 48 3D 0 40 46 15 5 39 34
Octal 312 110 75 0 100 106 25 5 71 64
Binary 11001010 1001000 111101 0 1000000 1000110 10101 101 111001 110100

Color Harmonies of #CA483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA483D

Black with #CA483D

Text Example


Text Example

White with #CA483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA483D; }

 p { color: rgb(202,72,61); }

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

background-color css

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

 a { background-color: rgb(202,72,61); }

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

border-color css

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

 span { border-color: rgb(202,72,61); }

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