Html Css Color HEX #AF1B3F Cardinal

📋 copy color: '#AF1B3F'

red 175 ◦ green 27 ◦ blue 63

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

Shades of Cardinal #AF1B3F

Tints of Cardinal #AF1B3F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.19%

 BLUE value IS 63 (25% from 255) = 23.77%

R = 66.04%
G = 10.19%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF1B3F (or 0xAF1B3F) is known color: Cardinal. HEX triplet: AF, 1B and 3F. RGB value is (175,27,63). Sum of RGB (Red+Green+Blue) = 175+27+63=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B3F is #50E4C0. Grayscale: #4B4B4B. Windows color (decimal): -5301441 or 4135855. OLE color: 4135855.

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

Color convert

RGB 175 27 63 -
CMYK 0 0.85 0.64 0.31
HSL 345.41º 0.73% 0.4% -
HSV(B) 345.41º 0.85% 0.69% -
XYZ 18.97 10.26 5.68 -
YUV 75.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 175 27 63 0 0.85 0.64 0.31 345.41 0.73 0.4
Hex AF 1B 3F 0 55 40 1F 159 49 28
Octal 257 33 77 0 125 100 37 531 111 50
Binary 10101111 11011 111111 0 1010101 1000000 11111 101011001 1001001 101000

Color Harmonies of #AF1B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1B3F

Black with #AF1B3F

Text Example


Text Example

White with #AF1B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1B3F; }

 p { color: rgb(175,27,63); }

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

background-color css

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

 a { background-color: rgb(175,27,63); }

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

border-color css

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

 span { border-color: rgb(175,27,63); }

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