Html Css Color HEX #AF003A Cardinal

📋 copy color: '#AF003A'

red 175 ◦ green 0 ◦ blue 58

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

Shades of Cardinal #AF003A

Tints of Cardinal #AF003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 24.89%

R = 75.11%
G = 0%
B = 24.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF003A (or 0xAF003A) is known color: Cardinal. HEX triplet: AF, 00 and 3A. RGB value is (175,0,58). Sum of RGB (Red+Green+Blue) = 175+0+58=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF003A is #50FFC5. Grayscale: #3A3A3A. Windows color (decimal): -5308358 or 3801263. OLE color: 3801263.

HSL color Cylindrical-coordinate representation of color #AF003A: hue angle of 340.11º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF003A is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 0 58 -
CMYK 0 1 0.67 0.31
HSL 340.11º 1% 0.34% -
HSV(B) 340.11º 1% 0.69% -
XYZ 18.44 9.42 4.85 -
YUV 58.94 127.48 210.78 -
System Red Green Blue C M Y K H S L
Decimal 175 0 58 0 1 0.67 0.31 340.11 1 0.34
Hex AF 0 3A 0 64 43 1F 154 64 22
Octal 257 0 72 0 144 103 37 524 144 42
Binary 10101111 0 111010 0 1100100 1000011 11111 101010100 1100100 100010

Color Harmonies of #AF003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF003A

Black with #AF003A

Text Example


Text Example

White with #AF003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF003A; }

 p { color: rgb(175,0,58); }

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

background-color css

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

 a { background-color: rgb(175,0,58); }

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

border-color css

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

 span { border-color: rgb(175,0,58); }

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