Html Css Color HEX #AF033C Cardinal

📋 copy color: '#AF033C'

red 175 ◦ green 3 ◦ blue 60

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

Shades of Cardinal #AF033C

Tints of Cardinal #AF033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

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

R = 73.53%
G = 1.26%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF033C (or 0xAF033C) is known color: Cardinal. HEX triplet: AF, 03 and 3C. RGB value is (175,3,60). Sum of RGB (Red+Green+Blue) = 175+3+60=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF033C is #50FCC3. Grayscale: #3C3C3C. Windows color (decimal): -5307588 or 3933103. OLE color: 3933103.

HSL color Cylindrical-coordinate representation of color #AF033C: hue angle of 340.12º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF033C is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 3 60 -
CMYK 0 0.98 0.66 0.31
HSL 340.12º 0.97% 0.35% -
HSV(B) 340.12º 0.98% 0.69% -
XYZ 18.53 9.51 5.13 -
YUV 60.93 127.48 209.37 -
System Red Green Blue C M Y K H S L
Decimal 175 3 60 0 0.98 0.66 0.31 340.12 0.97 0.35
Hex AF 3 3C 0 62 42 1F 154 61 23
Octal 257 3 74 0 142 102 37 524 141 43
Binary 10101111 11 111100 0 1100010 1000010 11111 101010100 1100001 100011

Color Harmonies of #AF033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF033C

Black with #AF033C

Text Example


Text Example

White with #AF033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF033C; }

 p { color: rgb(175,3,60); }

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

background-color css

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

 a { background-color: rgb(175,3,60); }

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

border-color css

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

 span { border-color: rgb(175,3,60); }

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