Html Css Color HEX #AF1B2B Cardinal

📋 copy color: '#AF1B2B'

red 175 ◦ green 27 ◦ blue 43

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

Shades of Cardinal #AF1B2B

Tints of Cardinal #AF1B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.55%

R = 71.43%
G = 11.02%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF1B2B (or 0xAF1B2B) is known color: Cardinal. HEX triplet: AF, 1B and 2B. RGB value is (175,27,43). Sum of RGB (Red+Green+Blue) = 175+27+43=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B2B is #50E4D4. Grayscale: #494949. Windows color (decimal): -5301461 or 2825135. OLE color: 2825135.

HSL color Cylindrical-coordinate representation of color #AF1B2B: hue angle of 353.51º 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 #AF1B2B is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 27 43 -
CMYK 0 0.85 0.75 0.31
HSL 353.51º 0.73% 0.4% -
HSV(B) 353.51º 0.85% 0.69% -
XYZ 18.51 10.07 3.25 -
YUV 73.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 175 27 43 0 0.85 0.75 0.31 353.51 0.73 0.4
Hex AF 1B 2B 0 55 4B 1F 162 49 28
Octal 257 33 53 0 125 113 37 542 111 50
Binary 10101111 11011 101011 0 1010101 1001011 11111 101100010 1001001 101000

Color Harmonies of #AF1B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1B2B

Black with #AF1B2B

Text Example


Text Example

White with #AF1B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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