Html Css Color HEX #CA453D Grenadier

📋 copy color: '#CA453D'

red 202 ◦ green 69 ◦ blue 61

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

Shades of Grenadier #CA453D

Tints of Grenadier #CA453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.78%

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

R = 60.84%
G = 20.78%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA453D (or 0xCA453D) is known color: Grenadier. HEX triplet: CA, 45 and 3D. RGB value is (202,69,61). Sum of RGB (Red+Green+Blue) = 202+69+61=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA453D is #35BAC2. Grayscale: #6C6C6C. Windows color (decimal): -3521219 or 4015562. OLE color: 4015562.

HSL color Cylindrical-coordinate representation of color #CA453D: hue angle of 3.4º 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 #CA453D is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 69 61 -
CMYK 0 0.66 0.70 0.21
HSL 3.4º 0.57% 0.52% -
HSV(B) 3.4º 0.7% 0.79% -
XYZ 27.33 17.15 6.28 -
YUV 107.86 101.56 195.15 -
System Red Green Blue C M Y K H S L
Decimal 202 69 61 0 0.66 0.70 0.21 3.4 0.57 0.52
Hex CA 45 3D 0 42 46 15 3 39 34
Octal 312 105 75 0 102 106 25 3 71 64
Binary 11001010 1000101 111101 0 1000010 1000110 10101 11 111001 110100

Color Harmonies of #CA453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA453D

Black with #CA453D

Text Example


Text Example

White with #CA453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA453D; }

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

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

background-color css

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

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

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

border-color css

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

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

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