Html Css Color HEX #AF1A3D Cardinal

📋 copy color: '#AF1A3D'

red 175 ◦ green 26 ◦ blue 61

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

Shades of Cardinal #AF1A3D

Tints of Cardinal #AF1A3D

RGB

 RED value IS 175 (68.75% from 255) = 66.79%

 GREEN value IS 26 (10.55% from 255) = 9.92%

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

R = 66.79%
G = 9.92%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF1A3D (or 0xAF1A3D) is known color: Cardinal. HEX triplet: AF, 1A and 3D. RGB value is (175,26,61). Sum of RGB (Red+Green+Blue) = 175+26+61=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A3D is #50E5C2. Grayscale: #4A4A4A. Windows color (decimal): -5301699 or 4004527. OLE color: 4004527.

HSL color Cylindrical-coordinate representation of color #AF1A3D: hue angle of 345.91º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A3D is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 26 61 -
CMYK 0 0.85 0.65 0.31
HSL 345.91º 0.74% 0.39% -
HSV(B) 345.91º 0.85% 0.69% -
XYZ 18.89 10.19 5.39 -
YUV 74.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 175 26 61 0 0.85 0.65 0.31 345.91 0.74 0.39
Hex AF 1A 3D 0 55 41 1F 15A 4A 27
Octal 257 32 75 0 125 101 37 532 112 47
Binary 10101111 11010 111101 0 1010101 1000001 11111 101011010 1001010 100111

Color Harmonies of #AF1A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A3D

Black with #AF1A3D

Text Example


Text Example

White with #AF1A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A3D; }

 p { color: rgb(175,26,61); }

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

background-color css

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

 a { background-color: rgb(175,26,61); }

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

border-color css

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

 span { border-color: rgb(175,26,61); }

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