Html Css Color HEX #CA414A Brick Red

📋 copy color: '#CA414A'

red 202 ◦ green 65 ◦ blue 74

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

Shades of Brick Red #CA414A

Tints of Brick Red #CA414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.06%

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 59.24%
G = 19.06%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA414A (or 0xCA414A) is known color: Brick Red. HEX triplet: CA, 41 and 4A. RGB value is (202,65,74). Sum of RGB (Red+Green+Blue) = 202+65+74=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA414A is #35BEB5. Grayscale: #6B6B6B. Windows color (decimal): -3522230 or 4866506. OLE color: 4866506.

HSL color Cylindrical-coordinate representation of color #CA414A: hue angle of 356.06º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA414A is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 65 74 -
CMYK 0 0.68 0.63 0.21
HSL 356.06º 0.56% 0.52% -
HSV(B) 356.06º 0.68% 0.79% -
XYZ 27.48 16.83 8.28 -
YUV 106.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 202 65 74 0 0.68 0.63 0.21 356.06 0.56 0.52
Hex CA 41 4A 0 44 3F 15 164 38 34
Octal 312 101 112 0 104 77 25 544 70 64
Binary 11001010 1000001 1001010 0 1000100 111111 10101 101100100 111000 110100

Color Harmonies of #CA414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA414A

Black with #CA414A

Text Example


Text Example

White with #CA414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA414A; }

 p { color: rgb(202,65,74); }

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

background-color css

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

 a { background-color: rgb(202,65,74); }

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

border-color css

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

 span { border-color: rgb(202,65,74); }

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