Html Css Color HEX #AF0236 Cardinal

📋 copy color: '#AF0236'

red 175 ◦ green 2 ◦ blue 54

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

Shades of Cardinal #AF0236

Tints of Cardinal #AF0236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 54 (21.48% from 255) = 23.38%

R = 75.76%
G = 0.87%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF0236 (or 0xAF0236) is known color: Cardinal. HEX triplet: AF, 02 and 36. RGB value is (175,2,54). Sum of RGB (Red+Green+Blue) = 175+2+54=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0236 is #50FDC9. Grayscale: #3B3B3B. Windows color (decimal): -5307850 or 3539631. OLE color: 3539631.

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

Color convert

RGB 175 2 54 -
CMYK 0 0.99 0.69 0.31
HSL 341.97º 0.98% 0.35% -
HSV(B) 341.97º 0.99% 0.69% -
XYZ 18.37 9.42 4.34 -
YUV 59.66 124.81 210.27 -
System Red Green Blue C M Y K H S L
Decimal 175 2 54 0 0.99 0.69 0.31 341.97 0.98 0.35
Hex AF 2 36 0 63 45 1F 156 62 23
Octal 257 2 66 0 143 105 37 526 142 43
Binary 10101111 10 110110 0 1100011 1000101 11111 101010110 1100010 100011

Color Harmonies of #AF0236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0236

Black with #AF0236

Text Example


Text Example

White with #AF0236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0236; }

 p { color: rgb(175,2,54); }

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

background-color css

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

 a { background-color: rgb(175,2,54); }

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

border-color css

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

 span { border-color: rgb(175,2,54); }

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