Html Css Color HEX #A30F3C Cardinal

📋 copy color: '#A30F3C'

red 163 ◦ green 15 ◦ blue 60

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

Shades of Cardinal #A30F3C

Tints of Cardinal #A30F3C

RGB

 RED value IS 163 (64.06% from 255) = 68.49%

 GREEN value IS 15 (6.25% from 255) = 6.3%

 BLUE value IS 60 (23.83% from 255) = 25.21%

R = 68.49%
G = 6.3%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A30F3C (or 0xA30F3C) is known color: Cardinal. HEX triplet: A3, 0F and 3C. RGB value is (163,15,60). Sum of RGB (Red+Green+Blue) = 163+15+60=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F3C is #5CF0C3. Grayscale: #404040. Windows color (decimal): -6090948 or 3936163. OLE color: 3936163.

HSL color Cylindrical-coordinate representation of color #A30F3C: hue angle of 341.76º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30F3C is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 15 60 -
CMYK 0 0.91 0.63 0.36
HSL 341.76º 0.83% 0.35% -
HSV(B) 341.76º 0.91% 0.64% -
XYZ 16.09 8.45 5.06 -
YUV 64.38 125.53 198.34 -
System Red Green Blue C M Y K H S L
Decimal 163 15 60 0 0.91 0.63 0.36 341.76 0.83 0.35
Hex A3 F 3C 0 5B 3F 24 156 53 23
Octal 243 17 74 0 133 77 44 526 123 43
Binary 10100011 1111 111100 0 1011011 111111 100100 101010110 1010011 100011

Color Harmonies of #A30F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F3C

Black with #A30F3C

Text Example


Text Example

White with #A30F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F3C; }

 p { color: rgb(163,15,60); }

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

background-color css

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

 a { background-color: rgb(163,15,60); }

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

border-color css

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

 span { border-color: rgb(163,15,60); }

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